Make control w behave correctly in zsh
This commit is contained in:
parent
95d5b19777
commit
60f67fa75f
1 changed files with 3 additions and 0 deletions
|
@ -5,8 +5,11 @@ zmodload zsh/datetime
|
|||
autoload -Uz \
|
||||
colors \
|
||||
compinit \
|
||||
select-word-style \
|
||||
vcs_info
|
||||
|
||||
# make control w remove by word better
|
||||
select-word-style bash
|
||||
|
||||
compinit
|
||||
colors
|
||||
|
|
Loading…
Reference in a new issue