-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Next/Prev Group should not create new group #12833
Comments
I think we should not change the behaviour you mention first, but the latter can be done I think. Sounds like a good area for a Pull Request. |
Currently when you have Group 1 & 2 & 3 and is on 1, running |
@bpasero: Both Sublime and Atom do not add new Group on Next/Prev but just circle through existing ones. It kind of makes sense. |
Any updates on this issue, by chance? I mean, it's really boring have to close the group when you're on group 2 and then triggers move to next group and it creates a new group.. I think it should circle back to group 1 (if there is no group 3 already, obviously) |
Currently if you have group 1 & 2 and is on 2,
Go -> Switch Group -> Next Group
will create Group 3. Instead it should go to group 1.If you have group 1, 2 & 3 and focus is on 3,
Go -> Switch Group -> Next Group
will do nothing. It should go to group 1, too.The text was updated successfully, but these errors were encountered: