diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-15 11:45:33 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-15 11:45:33 +0200 |
commit | aa70171ec9fc4aa09d8d4c22c3c000a5b56e69cb (patch) | |
tree | 13e0a5a28ae9b47e1323c3ed5c2882956b55dcf7 /.config/zsh/.zshrc | |
parent | 47e502e17ddb6d6ec6daafaaa947a6df1b705f30 (diff) |
zshrc: added WORDCHARS for smarter C-w
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
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)" |