From ef403129e4a9f2d65b2ddc66b8a4c17b00579106 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 15 Jul 2019 21:04:23 +0200 Subject: [PATCH] fish_vi_key_bindings: Remove duplicate \cc binding Already done in the shared bindings. [ci skip] --- share/functions/fish_vi_key_bindings.fish | 3 --- 1 file changed, 3 deletions(-) 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