mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 13:33:02 +08:00
vi-mode: \cd should do delete-or-exit
This just removes the special vi binding and hence falls back upon the shared one. Fixes #2219.
This commit is contained in:
parent
a811ae25dc
commit
b6517250c7
|
@ -70,7 +70,6 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
|||
|
||||
# Default (command) mode
|
||||
bind :q exit
|
||||
bind \cd exit
|
||||
bind -m insert \cc __fish_cancel_commandline
|
||||
bind -M default h backward-char
|
||||
bind -M default l forward-char
|
||||
|
|
Loading…
Reference in New Issue
Block a user