mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
vi-mode: Make \cb do backward-word again
This is mentioned in the documentation, so keep it for now.
This commit is contained in:
parent
bb491742ea
commit
be0d9d093c
1 changed files with 2 additions and 0 deletions
|
@ -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]"
|
||||
|
|
Loading…
Reference in a new issue