chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
783 stars 40 forks source link

Unified delete; unified quickfix/loclist #95

Open oredaze opened 1 year ago

oredaze commented 1 year ago

As far as I saw there are no commands that delete marks (line-wise or globally) that apply at the same time to marks and bookmarks. I don't really need to have 4 separate commands instead of 2...

Same with the quickfix/location list - if we have one list that shows both types of marks, it would reduce the complexity of my, already too complex, neovim setup. I don't tend to keep many marks, so it won't get cluttered.