mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merged vi-mode plugin with Emacs key bindings.
This commit is contained in:
parent
cee7ff7e40
commit
0e284f6c2a
3 changed files with 223 additions and 166 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue