Should "go to previous buffer" / "go to next buffer" behaviour be changed? #4502
-
The current implementation of This imho becomes quickly unusable, especially when working with split windows and multiple buffers. I think it would be better if the commands worked on an ordering based on "last visualized" buffer. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Yes. The way it is now is very confusing and usually I end up just spinning through buffers until I reach the one I want (without knowing when to expect it). |
Beta Was this translation helpful? Give feedback.
-
Have you tried |
Beta Was this translation helpful? Give feedback.
-
You can already use the jumplist, |
Beta Was this translation helpful? Give feedback.
You can already use the jumplist,
ga
orgm
for this.gn
/gp
is deliberately meant to have a stable order similar to:bn
/:bp
in Vim and follows the order of the buffer list.