Browse code

ctrl+left ctrl+right jumps from words to words

Nicolas Viennot authored on 03/06/2012 at 17:47:23
Showing 1 changed files
... ...
@@ -59,6 +59,8 @@ ZSH_HIGHLIGHT_STYLES+=(
59 59
 #bindkey "\e[F" end-of-line
60 60
 bindkey "\e[1;5D" backward-word
61 61
 bindkey "\e[1;5C" forward-word
62
+bindkey "^[OD" backward-word
63
+bindkey "^[OC" forward-word
62 64
 
63 65
 alias noh="unsetopt sharehistory"
64 66