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