diff --git a/share/functions/fish_vi_key_bindings.fish b/share/functions/fish_vi_key_bindings.fish index c829e8644..4a7366ed8 100644 --- a/share/functions/fish_vi_key_bindings.fish +++ b/share/functions/fish_vi_key_bindings.fish @@ -57,9 +57,6 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish' # Space expands abbrs _and_ inserts itself. bind -s --preset -M insert " " 'commandline -i " "; commandline -f expand-abbr' - - # Add way to kill current command line while in insert mode. - bind -s --preset -M insert \cc __fish_cancel_commandline # Add a way to switch from insert to normal (command) mode. # Note if we are paging, we want to stay in insert mode # See #2871