[ADD][ZSH] Bind delete key
This commit is contained in:
parent
9b71074511
commit
d4413112e9
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue