You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for create this great bufferline tool! It has been much more flexible than airline.
I tend to open a lot of buffers in my workspace and save the session with Startify.
It would be neat if barbar had a feature to
put the most frequently used buffers together
persist the order with a global variable.
I'm new to Lua, but quiet familiar with vim. Just post here for discussion. I will study it too.
Thanks
The text was updated successfully, but these errors were encountered:
It would be interesting. Could you open separate issues for each request and provide more details on the first one? Like how do you see it working, and what rules it would follow.
romgrk
changed the title
[Request] buffer order by frequency and persistent order
[Request] buffer order by frequency
Jan 7, 2021
I see. I don't have enough time to implement this but I'll leave open, if I have more time in the future I may revisit, or if you wanna submit a PR I'd accept it.
Comments:
For BufEnter, there would need to be a small delay before increasing score, some people use BufferNext/Previous repeatedly to switch and that can fuck the score without the delay
Scoring function needs to take in account time of visit
Thanks for create this great bufferline tool! It has been much more flexible than airline.
I tend to open a lot of buffers in my workspace and save the session with Startify.
It would be neat if barbar had a feature to
I'm new to Lua, but quiet familiar with vim. Just post here for discussion. I will study it too.
Thanks
The text was updated successfully, but these errors were encountered: