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 d9ff290974
commit af5f6d7480

View file

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