summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtag-zsh/config/zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 0d65ccd..a2ac503 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-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