summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-09-10 16:20:57 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-09-10 16:20:57 +0200
commit0769a59e4568142784a751bebf4d493e864c312e (patch)
treeacb23c2d0e224a8360a8286e4e6dc9de369fc154 /.zshrc
parente2d2ac0fbc4a6899c5d5c42bfca41450d8ec2da3 (diff)
downloaddotfiles-0769a59e4568142784a751bebf4d493e864c312e.tar.gz
dotfiles-0769a59e4568142784a751bebf4d493e864c312e.tar.xz
zshrc: match whole buffer (not only first word)
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 4b25a38..fde73e7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -65,8 +65,8 @@ bindkey '\e[3~' delete-char
bindkey '\e[2~' overwrite-mode
bindkey "^[[7~" beginning-of-line # Pos1
bindkey "^[[8~" end-of-line # End
-bindkey "^[[A" history-search-backward
-bindkey "^[[B" history-search-forward
+bindkey "^[[A" history-beginning-search-backward
+bindkey "^[[B" history-beginning-search-forward
# HOWTO make your own:
# bindkey '<crtl+alt+key>' <action> (do this in a shell)