mirror of
https://github.com/edu4rdshl/based.fish.git
synced 2026-07-18 07:34:45 +00:00
5 lines
146 B
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
|