fix: update wordchars

This commit is contained in:
2025-12-05 21:30:34 +00:00
parent 324051e97d
commit 4a11f06068

4
.zshrc
View File

@@ -62,7 +62,9 @@ bindkey "^[[1;3D" backward-word
# Customize word characters for navigation (remove / and = to make them word delimiters)
stty werase undef
export WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
autoload -U select-word-style
select-word-style shell
export WORDCHARS='*?[]~&;!#$%^(){}<>'
# Allow comments on interactive command lines
setopt interactive_comments