1
0
Fork 0

modules/editor/README.md: addition user key-bindings

Added documentation on user defined key-bindings
pull/674/head
tokiclover 10 years ago
parent 1cec912cda
commit 42528684eb

@ -13,6 +13,19 @@ with 'emacs' or 'vi'.
zstyle ':prezto:module:editor' key-bindings 'bindings' zstyle ':prezto:module:editor' key-bindings 'bindings'
To enable additional key bindings, add some definitions like the following to
*zpreztorc*.
zstyle ':prezto:module:editor:term' xterm \
'Home' '\\e\[H' 'End' '\\e\[F'
zstyle ':prezto:module:editor:term' linux \
'Home' '\\e\[1\~' 'End' '\\e\[4\~'
zstyle ':prezto:module:editor:term' rxvt \
'Home' '\\e\[7\~' 'End' '\\e\[8\~'
Those lines will take care of *Home* and *End* key in rxvt/eterm virtual
terminal emulator families and in *linux* console.
### Dot Expansion ### Dot Expansion
To enable the auto conversion of .... to ../.., add the following to To enable the auto conversion of .... to ../.., add the following to

Loading…
Cancel
Save