aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 23c92c8..e8b5573 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -23,7 +23,7 @@ bindkey -M viins '^[[3~' delete-char
bindkey -M vicmd '^[[3~' delete-char
bindkey -v '^?' backward-delete-char
bindkey -r '\e/'
-bindkey -s jj '\e'
+bindkey -s jk '\e'
bindkey "^W" backward-kill-word
bindkey "^H" backward-delete-char # Control-h also deletes the previous char
bindkey "^U" backward-kill-line