1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

Merged vi-mode plugin with Emacs key bindings.

This commit is contained in:
Sorin Ionescu
2011-08-14 21:14:57 -04:00
parent cee7ff7e40
commit 0e284f6c2a
3 changed files with 223 additions and 166 deletions

View File

@ -1,6 +1,9 @@
# Path to oh-my-zsh.
OMZ="$HOME/.oh-my-zsh"
# Set the key mapping style to 'emacs' or 'vi'.
KEYMAP='emacs'
# Set to 'true' to enable case-sensitivity.
CASE_SENSITIVE='false'
@ -10,6 +13,12 @@ DISABLE_COLOR='false'
# Set to 'true' to disable auto setting the tab and window titles.
DISABLE_AUTO_TITLE='false'
# Set to 'false' to enable converting .... to ../.. automatically.
DISABLE_DOT_EXPANSION='true'
# Set to 'false' to enable the completion indicator.
DISABLE_COMPLETION_INDICATOR='true'
# Set the plugins to load (see $OMZ/plugins/).
# Example: plugins=(git lighthouse rails ruby textmate)
plugins=(git)