Fixed delete in normal mode

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
pull/2/head
Marko Korhonen 5 years ago
parent dc0bb01769
commit 820a0b02e8
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -41,3 +41,6 @@ fi
# use <ESC> e to open command in editor
autoload edit-command-line; zle -N edit-command-line
bindkey -M vicmd e edit-command-line
# bind delete in normal mode
bindkey -M vicmd '^[[3~' delete-char

Loading…
Cancel
Save