summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2020-06-17 12:48:08 +0200
committerAlan Pearce2020-06-17 12:48:08 +0200
commitbab3b70ca4df071824998b6eca676feaab167417 (patch)
tree4a590079107f3527375f73c85716089e2c1366ca /user
parent25e085ea010118b9a73f385f9c6dc8dd1b06dc8f (diff)
downloadnixfiles-bab3b70ca4df071824998b6eca676feaab167417.tar.lz
nixfiles-bab3b70ca4df071824998b6eca676feaab167417.tar.zst
nixfiles-bab3b70ca4df071824998b6eca676feaab167417.zip
zsh: add secondary binding for switching to project directories
Diffstat (limited to 'user')
-rw-r--r--user/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/zsh/zshrc b/user/zsh/zshrc
index 6380f9fa..3ec35c65 100644
--- a/user/zsh/zshrc
+++ b/user/zsh/zshrc
@@ -131,6 +131,7 @@ then
   zstyle ":anyframe:selector:fzf:" command "fzf --height 40%"
 
   bindkey '\es' anyframe-widget-cd-ghq-repository
+  bindkey '\ej' anyframe-widget-cd-ghq-repository
   bindkey '^x^k' anyframe-widget-kill
 fi