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
While it is true that Fisherman will support init events via the OMF plugin, this will be slower than the default Fisherman style.
Basically, remove the init and uninstall event functions. So, what I mean is remove function __fzf_init and leave the code inside just like that in the fzf.fish file. It will be sourced at the beginning of the shell start.
The text was updated successfully, but these errors were encountered:
While it is true that Fisherman will support
init
events via the OMF plugin, this will be slower than the default Fisherman style.Basically, remove the init and uninstall event functions. So, what I mean is remove
function __fzf_init
and leave the code inside just like that in the fzf.fish file. It will be sourced at the beginning of the shell start.The text was updated successfully, but these errors were encountered: