1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Fix Del & Alt+Del key sequences

This commit is contained in:
Joe Groocock 2017-12-26 15:42:32 +00:00
parent a4aa5c0830
commit cada40f9be
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

2
.zshrc
View File

@ -69,6 +69,8 @@ bindkey "^[[1;3D" backward-word
bindkey "^[[1;5D" backward-word
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
bindkey "^[[3~" delete-char
bindkey "^[[3;3~" delete-word
export WORDCHARS='*?_[]~=&;!#$%^(){}'
x-bash-backward-kill-word(){