about summary refs log tree commit diff stats
path: root/fzf-git/key-binding.zsh
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-16 20:28:53 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-16 20:28:53 +0000
commit4a9d3dc652ea531194f077509fb9a7668b5cfd55 (patch)
treebceac0c7d4eff6313d26bf926d992ab916575fc3 /fzf-git/key-binding.zsh
parenta977aa74ff42f764a7883b572f8b924d154e2574 (diff)
downloaddotfiles-4a9d3dc652ea531194f077509fb9a7668b5cfd55.tar.gz
Fix git+fzf config
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