-
-
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
Provide a way to move several buffers back or forth #9258
Comments
That's right. Did you know you can achieve the same with |
I think adding support for count to those two commands would be a reasonable way to adress this |
That would make there be at least two classes of commands, profitable and non-prefixable. This is a useful feature. I will look into the implementation of |
What's the advantage of this method instead of opening buffer picker or creating key bindings for the next|previous buffer?
goto_next_buffer impl: https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs#L776C1-L806C2 |
Actually, I just am used to / have some muscle memory around |
If you want to modify |
So you would mean |
|
Another useful feature would be the ability to switch to a buffer at a specific position. Instead of typing |
closing in favor of #10400 (comment) |
If I have several buffers open and I want to move "2 forward" I need to type
:bn
twice. Would it be possible to parse these commands to allow a number of "next" moves, for example:2bn
,:3bn
etc? Same with:bp
.The text was updated successfully, but these errors were encountered: