based.fish/functions/based_user_key_bindings.fish

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