mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Bindkey fix for delete key.
This commit is contained in:
@@ -83,6 +83,8 @@ bindkey '^h' backward-delete-char
|
||||
# ok, a few emacs convenience bindings
|
||||
bindkey '^w' backward-kill-word
|
||||
bindkey '^r' history-incremental-search-backward
|
||||
# delete really deletes
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
# Source extras and aliases if interactive
|
||||
if [[ $- == *i* ]] ; then
|
||||
|
||||
Reference in New Issue
Block a user