From e46c3ab53146ac8f4f4b1de0dc9cbc1db1893d95 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 27 Sep 2024 19:01:30 +0530 Subject: [PATCH] fish: Drop fzf key bindings --- fish/.config/fish/functions/fish_user_key_bindings.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/fish/.config/fish/functions/fish_user_key_bindings.fish b/fish/.config/fish/functions/fish_user_key_bindings.fish index 6dc93b8..fe5f015 100644 --- a/fish/.config/fish/functions/fish_user_key_bindings.fish +++ b/fish/.config/fish/functions/fish_user_key_bindings.fish @@ -1,5 +1,4 @@ function fish_user_key_bindings # https://github.com/fish-shell/fish-shell/issues/5593 bind \cd true - fzf_key_bindings end