From ebfe8123aa24c0aafc0602fff49908d1a0559ddf Mon Sep 17 00:00:00 2001 From: Ellis Berner Date: Mon, 12 Mar 2012 14:15:16 -0700 Subject: [PATCH] Substring search --- zsh/zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 7d7cb1f..4cc552e 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,7 +8,7 @@ if [[ -d $HOME/.oh-my-zsh ]]; then # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) - plugins=(git rvm ruby rails autojump) + plugins=(vi-mode git rvm ruby rails autojump bundler gem gnu-utils heroku rake redis-cli zsh-syntax-highlighting history-substring-search) # Load default oh-my-zsh stuff source $ZSH/oh-my-zsh.sh @@ -24,9 +24,6 @@ source $yadr/zsh/zsh_aliases # Things I don't want to publish to github [[ -s "$HOME/.secrets" ]] && source "$HOME/.secrets" -# Vim mode -bindkey -v - # Give me my bash style incremental search bindkey '^R' history-incremental-search-backward