One strange thing in Helix buffer and splits. #4637
-
Hello, If I have a split it is like a window split, right? Mainly:
I don't have experience with VIM, what I'm saying makes sense or is completely dumme? What's the advantage of being like it is currently? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The buffer picker Like in Vim, buffers are available from all splits so it isn't necessary to copy buffers between splits. Isolating buffers could be part of #2295 but I don't see any reason to isolate buffers between splits - it would just make it harder to switch buffers. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reponse. I have tested and the buffer picker was what I was looking for, a list of all the open buffers, Best regards, |
Beta Was this translation helpful? Give feedback.
The buffer picker
<space>b
lists and picks from the open buffers.Like in Vim, buffers are available from all splits so it isn't necessary to copy buffers between splits.
Isolating buffers could be part of #2295 but I don't see any reason to isolate buffers between splits - it would just make it harder to switch buffers.