From bb5829944b37eb57da4a713092d3333367bc45e6 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Tue, 3 Jun 2025 17:36:31 -0500 Subject: [PATCH] (chore): update keybinds. --- functions/based_user_key_bindings.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/based_user_key_bindings.fish b/functions/based_user_key_bindings.fish index 36191a4..3549b73 100644 --- a/functions/based_user_key_bindings.fish +++ b/functions/based_user_key_bindings.fish @@ -1,4 +1,5 @@ function fish_user_key_bindings + # Arrow up and down for smart history bind \e\[A __based_or_history - bind \cg __based_fzf_popup # Ctrl+g + bind \e\[B __based_or_history end