mirror of
https://github.com/edu4rdshl/based.fish.git
synced 2026-07-17 23:24:46 +00:00
5 lines
147 B
Fish
5 lines
147 B
Fish
function based_user_key_bindings
|
|
# Arrow up and down for smart history
|
|
bind \e\[A __based_or_history
|
|
bind \e\[B __based_or_history
|
|
end
|