mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -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
|
# ok, a few emacs convenience bindings
|
||||||
bindkey '^w' backward-kill-word
|
bindkey '^w' backward-kill-word
|
||||||
bindkey '^r' history-incremental-search-backward
|
bindkey '^r' history-incremental-search-backward
|
||||||
|
# delete really deletes
|
||||||
|
bindkey "^[[3~" delete-char
|
||||||
|
|
||||||
# Source extras and aliases if interactive
|
# Source extras and aliases if interactive
|
||||||
if [[ $- == *i* ]] ; then
|
if [[ $- == *i* ]] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user