mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 19:52:29 +00:00
Deleted vi-mode from zsh
I find it much easier to work with emacs mode in command shells. Not to mention that it is the standard in every shell in the planet :P
This commit is contained in:
parent
83b2a678c4
commit
997e2a6d2b
4
zshrc
4
zshrc
@ -32,10 +32,12 @@ export UPDATE_ZSH_DAYS=13
|
||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git vi-mode)
|
||||
plugins=(git)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
#bindkey "^R" history-incremental-search-backward
|
||||
|
||||
# Customize to your needs...
|
||||
export PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/balkian/code/personal-scripts/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user