Substring search

This commit is contained in:
Ellis Berner 2012-03-12 14:15:16 -07:00
parent f221a8174a
commit ebfe8123aa

View File

@ -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