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
I think this plugin is close to my ideal workflow, thanks for publishing it!
The only thing I'm missing and would like to try out is to store the list of files on the window, and not globally. I think this can be done with nvim_win_set_var(0, "arrow_filenames", ...) instead of vim.g.arrow_filenames = ... and so on.
One could then configure a workflow where separate windows (like panes and tabs) have independent sets of filenames to switch between.
WDYT about this idea and would a contribution adding a new opt-in setting for this mode be welcome?
The text was updated successfully, but these errors were encountered:
I think this plugin is close to my ideal workflow, thanks for publishing it!
The only thing I'm missing and would like to try out is to store the list of files on the window, and not globally. I think this can be done with
nvim_win_set_var(0, "arrow_filenames", ...)
instead ofvim.g.arrow_filenames = ...
and so on.One could then configure a workflow where separate windows (like panes and tabs) have independent sets of filenames to switch between.
WDYT about this idea and would a contribution adding a new opt-in setting for this mode be welcome?
The text was updated successfully, but these errors were encountered: