(chore): update keybinds.

This commit is contained in:
Eduard Tolosa 2025-06-03 17:36:31 -05:00
parent 8482edfd76
commit bb5829944b

View file

@ -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