From aa70171ec9fc4aa09d8d4c22c3c000a5b56e69cb Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sun, 15 May 2022 11:45:33 +0200 Subject: zshrc: added WORDCHARS for smarter C-w --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7f8700d..7f373fc 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -50,6 +50,7 @@ function zvm_after_init() { bindkey '^ ' autosuggest-accept bindkey '\e.' insert-last-word } +WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' eval "$(starship init zsh)" eval "$(zoxide init zsh)" -- cgit v1.2.3-70-g09d2