From 997e2a6d2bd10333aa5f9ec2f48d3977ee83d3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Fri, 4 Jan 2013 22:02:55 +0100 Subject: [PATCH] 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 --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index b0be5f1..07e16bb 100644 --- a/zshrc +++ b/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/