comparison .zsh/50.keybindings.zsh @ 0:c30d68fbd368

Initial import from svn.
author Augie Fackler <durin42@gmail.com>
date Wed, 26 Nov 2008 10:56:09 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c30d68fbd368
1 bindkey -e
2 autoload -U history-search-end
3 zle -N history-beginning-search-backward-end history-search-end
4 zle -N history-beginning-search-forward-end history-search-end
5 bindkey '\e[A' history-beginning-search-backward-end
6 bindkey '\e[B' history-beginning-search-forward-end