mrquantumcodes / bufferchad.nvim

A simple yet powerful buffer management system
GNU General Public License v3.0
41 stars 0 forks source link

Multiple marks per buffer. #2

Open khalidchawtany opened 9 months ago

khalidchawtany commented 9 months ago

Is your feature request related to a problem? Please describe. I work with python files that are very long. I want to be able to have marks inside the buffer so that I can later jump to.

Describe the solution you'd like Allow adding multiple marks to a buffer.

Describe alternatives you've considered Using builtin vim marks. However, it lacks a visual guide and requires remembering which marks go where.

Additional context Marks can be shown below each file as a tree sorted by the line numbers. A user can select which mark he wants to go to.

mrquantumcodes commented 9 months ago

Hi. Thanks for raising the issue and helping with the development of BufferChad.

I had that feature in mind and it is coming in a week or two. Basically I am working on another plugin for automatic session management. I wanna release this feature at the same time and integrate it with the session management plugin, so your markings can be tied to a session and persist even after you close neovim.