all repos — archive/dotfiles @ 0d017a702eaad796ac1b6a0ccd4cf201a657139d

Superseded by nixfiles

zsh: Re-assert default key-binding for history

Filed jimhester/per-directory-history#6 to see if this can be changed
Alan Pearce alan@alanpearce.co.uk
Sun, 06 Jul 2014 13:59:41 +0100
commit

0d017a702eaad796ac1b6a0ccd4cf201a657139d

parent

4865dcc52eea524868e9a32dd22105848e8f484e

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -365,6 +365,8 @@ if [[ -e $ZDOTDIR/per-directory-history/per-directory-history.zsh ]] then
 	HISTORY_BASE=~/.cache/zsh/dirhist
 	source $ZDOTDIR/per-directory-history/per-directory-history.zsh
+	bindkey '^G' send-break
+	bindkey '^[^G' per-directory-history-toggle-history
 else
 	echo "per-directory-history is missing"
 fi