Fixed delete in normal mode
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
d9ff290974
commit
af5f6d7480
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue