Make control w behave correctly in zsh

This commit is contained in:
Tony Blyler 2022-04-29 14:50:05 -04:00
parent 95d5b19777
commit 60f67fa75f

View file

@ -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