diff --git a/home/.config/zsh/04-keybinds.zsh b/home/.config/zsh/04-keybinds.zsh index 83310a9..7f0c95d 100644 --- a/home/.config/zsh/04-keybinds.zsh +++ b/home/.config/zsh/04-keybinds.zsh @@ -41,3 +41,6 @@ fi # use 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