Initial commit

This commit is contained in:
Eduard Tolosa 2025-06-03 06:36:13 -05:00
commit 28f308e8a3
11 changed files with 240 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function fish_user_key_bindings
bind \e\[A __based_or_history
bind \cg __based_fzf_popup # Ctrl+g
end