aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-11 12:51:18 -0700
committerJosh Rahm <rahm@google.com>2021-11-11 12:51:18 -0700
commit0b93f3101e9ab20187956f978eb87af6c7f87346 (patch)
treec1360d13fd28ea9885d688717f5903b05c363b36
parent5f89b938d13817d0de4c2eb58ce703de5ff9c611 (diff)
downloadzshrcd-0b93f3101e9ab20187956f978eb87af6c7f87346.tar.gz
zshrcd-0b93f3101e9ab20187956f978eb87af6c7f87346.tar.bz2
zshrcd-0b93f3101e9ab20187956f978eb87af6c7f87346.zip
fix delete-backward in vimode
-rw-r--r--98-bindkeys.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/98-bindkeys.zsh b/98-bindkeys.zsh
index fa06a80..5be333a 100644
--- a/98-bindkeys.zsh
+++ b/98-bindkeys.zsh
@@ -7,3 +7,6 @@ bindkey -M menuselect 'j' vi-down-line-or-history
bindkey -s '' ' '
bindkey '' backward-delete-word
+
+bindkey -v '^?' backward-delete-char
+bindkey -v '' backward-delete-char