Skip to content

Commit

Permalink
vi-mode: \cd should do delete-or-exit
Browse files Browse the repository at this point in the history
This just removes the special vi binding and hence falls back upon the
shared one.

Fixes fish-shell#2219.
  • Loading branch information
faho authored and develop7 committed Apr 17, 2017
1 parent 06a77a2 commit bc23d1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/functions/fish_vi_key_bindings.fish
Expand Up @@ -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
Expand Down

0 comments on commit bc23d1c

Please sign in to comment.