[ADD][ZSH] Bind delete key
This commit is contained in:
parent
9b71074511
commit
d4413112e9
|
@ -24,6 +24,8 @@ unsetopt autocd beep extendedglob notify
|
||||||
|
|
||||||
# Use the emacs keybindings
|
# Use the emacs keybindings
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
# Fix delete key not working
|
||||||
|
bindkey "\e[3~" delete-char
|
||||||
|
|
||||||
# Completion configuration
|
# Completion configuration
|
||||||
zstyle :compinstall filename '/home/ambroisie/.zshrc'
|
zstyle :compinstall filename '/home/ambroisie/.zshrc'
|
||||||
|
|
Loading…
Reference in a new issue