From 59c79813c5ec49aad0d67fc76ec1f62257cb93d3 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 28 May 2017 15:56:41 +0200 Subject: [PATCH] fish: Bind \ce to edit_command_buffer (normal and insert modes) --- .config/fish/functions/fish_user_key_bindings.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index a81f59d2..87de5278 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -8,7 +8,8 @@ function fish_user_key_bindings ## As of fish 2.5, Alt-f binding is missing in vi-mode. bind -M insert \ef forward-word - bind -M insert \ee edit_command_buffer + bind -M insert \ce edit_command_buffer + bind -m insert \ce edit_command_buffer ## fzf if type -pq fzf