* 'master' of https://github.com/sorin-ionescu/prezto: (63 commits)
Support $PYTHONUSERBASE per PEP 370
Create a default tmux session only when none defined in tmux.conf
Fix git-info added/deleted count formatting typo
[Fix #543] Do not set tmux destroy-unattached
Simplify multiplexer auto-start tests
Inform the user to load ruby as late as possible when using RVM
[Fix #551] Rename tmux auto-start session
Fix a test operator bug introduced in
|
||
---|---|---|
.. | ||
init.zsh | ||
README.md |
Editor
Sets key bindings.
Settings
Key bindings
To enable key bindings, add the following to zpreztorc, and replace 'bindings' with 'emacs' or 'vi'.
zstyle ':prezto:module:editor' key-bindings 'bindings'
Dot Expansion
To enable the auto conversion of .... to ../.., add the following to zpreztorc.
zstyle ':prezto:module:editor' dot-expansion 'yes'
Theming
To indicate when the editor is in the primary keymap (emacs or viins), add
the following to your theme_prompt_setup
function.
zstyle ':prezto:module:editor:info:keymap:primary' format '>>>'
To indicate when the editor is in the primary keymap (emacs or viins) insert
mode, add the following to your theme_prompt_setup
function.
zstyle ':prezto:module:editor:info:keymap:primary:insert' format 'I'
To indicate when the editor is in the primary keymap (emacs or viins) overwrite
mode, add the following to your theme_prompt_setup
function.
zstyle ':prezto:module:editor:info:keymap:primary:overwrite' format 'O'
To indicate when the editor is in the alternate keymap (vicmd), add the
following to your theme_prompt_setup
function.
zstyle ':prezto:module:editor:info:keymap:alternate' format '<<<'
To indicate when the editor is completing, add the following to your
theme_prompt_setup
function.
zstyle ':prezto:module:editor:info:completing' format '...'
Then add $editor_info[context]
, where context is keymap, insert, or
overwrite, to $PROMPT
or $RPROMPT
and call editor-info
in the
prompt_name_preexec
hook function.
Authors
The authors of this module should be contacted via the issue tracker.