-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Commands for buffer navigation #1926
Comments
There's helix/helix-term/src/commands.rs Lines 636 to 667 in d15c875
|
Hi @Darksecond and @sudormrfbin, I've just created a PR to add the typed commands Best regards, |
I would love to see a set of commands for buffer navigation, like in vim.
Specifically something like
buffer_next
andbuffer_previous
which can be aliased to:bn
and:bp
.They would allow the user to switch buffers without having to go through the b menu.
The text was updated successfully, but these errors were encountered: