Skip to content
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

[WIP] Keep current buffer position consistent #20

Closed
wants to merge 1 commit into from

Conversation

akinsho
Copy link
Owner

@akinsho akinsho commented Oct 25, 2020

When navigating backwards and forwards move the current buffer
along rather than shifting the other buffers around it which is
disconcerting. This PR shifts things so we move all the way across a "page" rather than "flowing" the other buffers around the current one.

New:

bufferline_navigation

Old:

old_bufferline_navigation

NOTE: Currently it shifts the page when navigating past the penultimate buffer on the left or right which is a little bit intuitive but this is generally an improvement.

When navigating backwards and forwards don't move the current buffer
along rather than shifting the other buffers around it which is
disconcerting
@akinsho akinsho force-pushed the feature/consistent-buffer-position branch from 4909030 to 00240d7 Compare October 25, 2020 21:46
@akinsho akinsho changed the title Keep current buffer position consistent [WIP] Keep current buffer position consistent Oct 25, 2020
@akinsho akinsho closed this Mar 18, 2021
@akinsho akinsho deleted the feature/consistent-buffer-position branch March 8, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant