mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +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