Skip to content

Commit 1d0bfa2

Browse files
committed
Awesome, now limited-vi-mode doesn't get in the way.
Go vanilla backwards-delete-char vs the vi version.
1 parent 9092807 commit 1d0bfa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.zshrc

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ bindkey -M viins 'jj' vi-cmd-mode
7676
bindkey -M viins '^K' kill-line
7777
bindkey -M viins '^U' backward-kill-line
7878
bindkey -M viins '^W' backward-kill-word
79+
bindkey -M viins '^?' backward-delete-char
80+
bindkey -M viins '^h' backward-delete-char
7981
bindkey -M viins '^R' history-incremental-search-backward
8082
bindkey -M viins '^S' history-incremental-search-forward
8183
bindkey -M viins '^P' up-line-or-history

0 commit comments

Comments
 (0)