X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zshrc;h=0c2791814183cb998314535c1ecf8172cbab5d3b;hb=02956a86b40e9811a70ec269b04a68665b78d1f7;hp=82279d4dcaa1a1ae9c69510799a0789ee3c652f9;hpb=9bf149bcfa8a2b41739c9064a461a2f22781e548;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zshrc b/.zshrc index 82279d4..0c27918 100644 --- 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'