mirror of
https://github.com/akelge/vim
synced 2025-07-12 17:42:09 +00:00
Fixed typo in prev commit
This commit is contained in:
@ -5,8 +5,8 @@ autoload -U select-word-style
|
||||
select-word-style bash
|
||||
|
||||
# Standard Linux
|
||||
"^[[1;5C" forward-word
|
||||
"^[[1;5D" backward-word
|
||||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
|
||||
|
||||
# Useful under iTerm
|
||||
|
Reference in New Issue
Block a user