neomarks
neomarks copied to clipboard
Multiple marks per file (buffer)
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.
Is it possible to allow adding multiple marks to a buffer?
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. If a file has only on mark. Than we can just show the file entry.
Hi, is not currently possible but it is on the roadmap.
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. If a file has only on mark. Than we can just show the file entry.
The implementation I have in mind is very similar to what you have in mind.