mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-10-14 15:49:09 +00:00
feat(editor): add zstyle configuration for WORDCHARS
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
f04191aa8a
commit
380b96a218
@@ -21,7 +21,8 @@ setopt BEEP # Beep on error in line editor.
|
||||
#
|
||||
|
||||
# Treat these characters as part of a word.
|
||||
WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
|
||||
zstyle -s ':prezto:module:editor' wordchars 'WORDCHARS' \
|
||||
|| WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
|
||||
|
||||
# Use human-friendly identifiers.
|
||||
zmodload zsh/terminfo
|
||||
|
Reference in New Issue
Block a user