From 3fba9a82e754e1899adb2bdfd3afe45078414062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 31 Oct 2024 00:33:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(fish):=20zi=20binding=20can?= =?UTF-8?q?=20be=20called=20on=20insert=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/fish_user_key_bindings.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index 51024b9d..22ca93e5 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -12,5 +12,5 @@ function fish_user_key_bindings end end - bind \e\z zi + bind -M insert \e\z zi end