-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add option to search through session panes #24
base: main
Are you sure you want to change the base?
Conversation
Thanks for using my plugin and for the contribution! I really like the idea of this, but I think maybe this could be introduced without any immediate breaking changes and instead provide a migration path. So maybe keep the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linter seems to have tripped :)
Oh, I'm really sorry about that. I have to setup
We can try to use both options but I'm not sure if this won't be more confusing (the interaction between different setups etc.)? Or we can tag the current version and prepare next proper release? Then we can bump the minor version with appropriate change log and provide migration error messages? We can add to the release some additional changes:
P.S. |
No worries! I probably should add a contribution guide here as there's linting on the commit messages as well which will fail after the code linting. This repo uses https://www.conventionalcommits.org/en/v1.0.0/
I feel like if the documentation of
I'll have to look into that.
What would be the benefit of this ?
Take your time! |
Great plugin! Thanks a lot for writing it!
I'm not sure if you would like to merge this addition - it is a breaking change (I've changed
all_panes
boolean option topanes
which is a choice) which I have not discussed ;-)