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:
@ -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)
|
||||
|
Reference in New Issue
Block a user