based.fish/functions/based_user_key_bindings.fish
2025-06-19 17:23:35 -05:00

5 lines
146 B
Fish

function fish_user_key_bindings
# Arrow up and down for smart history
bind \e\[A __based_or_history
bind \e\[B __based_or_history
end