We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ee584 commit 50dc4abCopy full SHA for 50dc4ab
lib/completion.zsh
@@ -1,7 +1,7 @@
1
# fixme - the load process here seems a bit bizarre
2
zmodload -i zsh/complist
3
4
-WORDCHARS=''
+WORDCHARS='_-'
5
6
unsetopt menu_complete # do not autoselect the first completion entry
7
unsetopt flowcontrol
0 commit comments