feat(main): added support for the delete key
This commit is contained in:
parent
616cdc0e81
commit
ef580bbae2
1 changed files with 3 additions and 0 deletions
3
main
3
main
|
@ -176,6 +176,9 @@ alias la="ls -la"
|
||||||
# Enable emacs keybindings
|
# Enable emacs keybindings
|
||||||
bindkey -e
|
bindkey -e
|
||||||
#
|
#
|
||||||
|
# Support for the delete key
|
||||||
|
bindkey "^[[3~" delete-char
|
||||||
|
#
|
||||||
# The file the History is written to
|
# The file the History is written to
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue