mirror of
https://github.com/edu4rdshl/based.fish.git
synced 2026-07-18 07:34:45 +00:00
4 lines
110 B
Fish
4 lines
110 B
Fish
function fish_user_key_bindings
|
|
bind \e\[A __based_or_history
|
|
bind \cg __based_fzf_popup # Ctrl+g
|
|
end
|