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 #2219.
  • Loading branch information
faho committed Mar 17, 2017
1 parent a811ae2 commit b651725
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 b651725

Please sign in to comment.