Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to store arrow_filenames in window state #80

Open
farnoy opened this issue Sep 8, 2024 · 0 comments
Open

Option to store arrow_filenames in window state #80

farnoy opened this issue Sep 8, 2024 · 0 comments

Comments

@farnoy
Copy link

farnoy commented Sep 8, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant