mirror of https://github.com/akelge/zsh
Added bindkeys to move backward/forward one word a time
This commit is contained in:
parent
221bea3542
commit
bfcf860175
|
@ -4,6 +4,11 @@
|
|||
autoload -U select-word-style
|
||||
select-word-style bash
|
||||
|
||||
# Standard Linux
|
||||
"^[[1;5C" forward-word
|
||||
"^[[1;5D" backward-word
|
||||
|
||||
|
||||
# Useful under iTerm
|
||||
bindkey "-e"
|
||||
bindkey "\e[1~" beginning-of-line
|
||||
|
|
Loading…
Reference in New Issue