mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03: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:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user