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:
Fabian Homborg 2017-03-17 12:04:30 +01:00
parent a811ae25dc
commit b6517250c7

View File

@ -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