about summary refs log tree commit diff stats
path: root/fzf-git/key-binding.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'fzf-git/key-binding.zsh')
-rw-r--r--fzf-git/key-binding.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/fzf-git/key-binding.zsh b/fzf-git/key-binding.zsh
index b2d00c5..e44052e 100644
--- a/fzf-git/key-binding.zsh
+++ b/fzf-git/key-binding.zsh
@@ -13,5 +13,7 @@ bind-git-helper() {
     eval "bindkey '^g^$c' fzf-g$c-widget"
   done
 }
+bindkey -r "^g"
+bindkey "^g^g" send-break
 bind-git-helper f b t r h
 unset -f bind-git-helper