mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue