]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
nicer formatting
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index d6718556af6cc2223dd4435a4507b3a96a28a62e..0c2791814183cb998314535c1ecf8172cbab5d3b 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -183,11 +183,13 @@ bindkey -M vicmd 'w' forward-word
 bindkey -M vicmd 'b' backward-word
 bindkey -M viins '^W' backward-kill-word
 
+# default vi history search is strange
+bindkey -M viins '^R' history-incremental-search-backward
+
 
 # better word matching
 autoload -U select-word-style
 select-word-style normal
-zstyle ':zle:*' word-style normal
 # these characters do _not_ separate words but are part of words
 zstyle ':zle:*' word-chars '*?[]~;!#$%^(){}<>'