You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That way people can reuse existing functions to achieve more niche usage, for example this feature request can become $EDITOR (__fzf_search_current_dir).
the idea is to make fzf.fish usable as just a library of functions for users to use to create their own key bindings.
Then people can do bind [key] vim (__fzf_search_current_dir) or bind [key] git add (__fzf_search_git_status)
I think we could split the functions in two:
A base you can use in substitution (taking a token as optional parameter)
A wrapper of 1, that deals with what's necessary to make it run with a key binding and fetch the token
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#104 (comment)
Beta Was this translation helpful? Give feedback.
All reactions