Keybindings for history and zle.

This commit is contained in:
David Tomaschik
2014-09-23 20:47:45 -07:00
parent b12b39f8c4
commit 3a89085279

6
zshrc
View File

@@ -35,3 +35,9 @@ if [ -d $HOME/.oh-my-zsh ] ; then
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools)
source $ZSH/oh-my-zsh.sh
fi
# Keybindings
bindkey '^[[A' history-search-backward
bindkey '^[[B' history-search-forward
bindkey '^[[1;5C' forward-word
bindkey '^[[1;5D' backward-word