Собственно, как заставить zsh (5.0.6) использовать слова в стиле баша? У меня годами выверенный «воркфлоу» тыканья в кнопочки, и когда M-f, M-d или C-w прыгает или удаляет не туда, я получаю маленький инфаркт. Что я пробовал:
% select-word-style    
Usage: select-word-style word-style
where word-style is one of the characters in parentheses:
(b)ash:       Word characters are alphanumerics only
(n)ormal:     Word characters are alphanumerics plus $WORDCHARS
(s)hell:      Words are command arguments using shell syntax
(w)hitespace: Words are whitespace-delimited
(d)efault:    Use default, no special handling (usually same as `n')
(q)uit:       Quit without setting a new style
WORDCHARS='*?_-[]~=&;!#$%^(){}<>'Как?


