]> 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 82279d4dcaa1a1ae9c69510799a0789ee3c652f9..0c2791814183cb998314535c1ecf8172cbab5d3b 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -183,15 +183,18 @@ 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 '*?[]~;!#$%^(){}<>'
 
 
+LP_ENABLE_TIME=1
 # should probably be closer to the bottom than the top?
 zgenom load 'https://github.com/nojhan/liquidprompt'