Fixed delete in normal mode

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-03 12:19:18 +02:00
parent dc0bb01769
commit 820a0b02e8
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -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