mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Keybindings for history and zle.
This commit is contained in:
6
zshrc
6
zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user