I've searched the issues and this one seems the mostly closely related. But it was closed with an incorrectly related feature/commit that was closed.
The feature that I'd like to implement (I have a PR in the works) would be to have a setting that always places the bookmark either at the currentPosition (this is the current behavior & would be the default), lineStart, contentStart, and contentEnd.
My use case is this:
I'm a VSCode Neovim user, and I like my bookmarks at the end of the line, but when navigating around with the keyboard it would be nice to not worry about the position of my cursor when I'm adding the bookmark.
With this setting, I can fly around jumping back and forth on words, lines, anything and when I add a bookmark, I know that it will always be at the end of the content.
Overall, this is a quality-of-life feature that I'd like to have, so I wanted to build it. :-)
I've searched the issues and this one seems the mostly closely related. But it was closed with an incorrectly related feature/commit that was closed.
The feature that I'd like to implement (I have a PR in the works) would be to have a setting that always places the bookmark either at the
currentPosition(this is the current behavior & would be the default),lineStart,contentStart, andcontentEnd.My use case is this:
I'm a VSCode Neovim user, and I like my bookmarks at the end of the line, but when navigating around with the keyboard it would be nice to not worry about the position of my cursor when I'm adding the bookmark.
With this setting, I can fly around jumping back and forth on words, lines, anything and when I add a bookmark, I know that it will always be at the end of the content.
Overall, this is a quality-of-life feature that I'd like to have, so I wanted to build it. :-)