We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9092807 commit 1d0bfa2Copy full SHA for 1d0bfa2
.zshrc
@@ -76,6 +76,8 @@ bindkey -M viins 'jj' vi-cmd-mode
76
bindkey -M viins '^K' kill-line
77
bindkey -M viins '^U' backward-kill-line
78
bindkey -M viins '^W' backward-kill-word
79
+bindkey -M viins '^?' backward-delete-char
80
+bindkey -M viins '^h' backward-delete-char
81
bindkey -M viins '^R' history-incremental-search-backward
82
bindkey -M viins '^S' history-incremental-search-forward
83
bindkey -M viins '^P' up-line-or-history
0 commit comments