mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 23:19:25 +00:00
feat(editor): add zstyle configuration for WORDCHARS
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
f04191aa8a
commit
380b96a218
@ -60,6 +60,9 @@ zstyle ':prezto:load' pmodule \
|
||||
# Editor
|
||||
#
|
||||
|
||||
# Set the characters that are considered to be part of a word.
|
||||
# zstyle ':prezto:module:editor' wordchars '*?_-.[]~&;!#$%^(){}<>'
|
||||
|
||||
# Set the key mapping style to 'emacs' or 'vi'.
|
||||
zstyle ':prezto:module:editor' key-bindings 'emacs'
|
||||
|
||||
|
Reference in New Issue
Block a user