vi-mode: Make \cb do backward-word again

This is mentioned in the documentation, so keep it for now.
This commit is contained in:
Fabian Homborg 2015-10-28 13:20:23 +01:00
parent bb491742ea
commit be0d9d093c

View file

@ -164,7 +164,9 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
### Overrides
# This is complete in vim
bind -M insert \cx end-of-line
bind -M insert \cf forward-word
bind -M insert \cb backward-word
bind '"*p' "commandline -i ( xsel -p; echo )[1]"
bind '"*P' backward-char "commandline -i ( xsel -p; echo )[1]"