diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 256608d..72ae127 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -1,6 +1,9 @@ # vim: set filetype=zsh: # Put this on bottom of ~/.zshrc +# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/ +export WORDCHARS="*?[]~=&;!#$%^(){}<>" + # nvim if command -v nvim &>/dev/null; then export EDITOR=nvim