From 60f67fa75f4be2edebf6cc61be526b0f9e6e22a4 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Fri, 29 Apr 2022 14:50:05 -0400 Subject: [PATCH] Make control w behave correctly in zsh --- chezmoi/dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chezmoi/dot_zshrc b/chezmoi/dot_zshrc index 9bb26ff..bae771d 100644 --- a/chezmoi/dot_zshrc +++ b/chezmoi/dot_zshrc @@ -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