Skip to content

Commit b651725

Browse files
committed
vi-mode: \cd should do delete-or-exit
This just removes the special vi binding and hence falls back upon the shared one. Fixes fish-shell#2219.
1 parent a811ae2 commit b651725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

share/functions/fish_vi_key_bindings.fish

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
7070

7171
# Default (command) mode
7272
bind :q exit
73-
bind \cd exit
7473
bind -m insert \cc __fish_cancel_commandline
7574
bind -M default h backward-char
7675
bind -M default l forward-char

0 commit comments

Comments
 (0)