From 09b874b174ff441eb16e174a343e2e981bb5dd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 29 Aug 2024 13:10:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(fish):=20add=20new=20binding?= =?UTF-8?q?=20to=20open=20zi?= 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, 2 insertions(+) diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index eb236661..51024b9d 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -11,4 +11,6 @@ function fish_user_key_bindings break end end + + bind \e\z zi end