mirror of
https://github.com/akelge/vim
synced 2025-07-12 17:42:09 +00:00
Added bindkeys to move backward/forward one word a time
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user