zsh: stop word-movement commands at # signs
Alan Pearce alan@alanpearce.eu
Sun, 06 Aug 2023 20:06:12 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/zsh/zshrc → user/zsh/zshrc
@@ -3,7 +3,7 @@ setopt hist_ignore_space setopt inc_append_history_time setopt transient_rprompt -WORDCHARS=${${WORDCHARS//[-.=]}//[\/]} +WORDCHARS=${${WORDCHARS//[.=#]}//[\/]} zmodload zsh/terminfo