all repos — nixfiles @ 0d017a702eaad796ac1b6a0ccd4cf201a657139d

System and user configuration, managed by nix and home-manager

zsh: Re-assert default key-binding for history Filed jimhester/per-directory-history#6 to see if this can be changed

Alan Pearce
commit

0d017a702eaad796ac1b6a0ccd4cf201a657139d

parent

4865dcc52eea524868e9a32dd22105848e8f484e

1 file 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