-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Enabled traversing multiple buffers at once #10463
Conversation
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.
Much cleaner!
You have to run |
My bad! |
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.
yeah much nicer, one nit to make it even more concise is to use nth
instead of skip(n).next()
* Enable traversing multiple buffers at once * run cargo fmt * simplify iterator call
* Enable traversing multiple buffers at once * run cargo fmt * simplify iterator call
* Enable traversing multiple buffers at once * run cargo fmt * simplify iterator call
* Enable traversing multiple buffers at once * run cargo fmt * simplify iterator call
* Enable traversing multiple buffers at once * run cargo fmt * simplify iterator call
This aims to address #10400 and allows prefixing
gn
andgp
commands with a number to cycle through multiple buffers.Feedback is always welcome.
This is my first attempt at contributing to something, so go easy on me 😅