chentoast / marks.nvim

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

Any way to toggle bookmarks same way we can toggle marks? #90

Closed lawrence-laz closed 1 year ago

lawrence-laz commented 1 year ago

For marks toggling we have <Plug>(Marks-toggle), but for bookmarks we have separate add and remove:

<Plug>(Marks-set-bookmark[0-9])
<Plug>(Marks-delete-bookmark[0-9])

Is it possible to have something like <Plug>(Marks-toggle-bookmark[0-9])?

chentoast commented 1 year ago

closed by #91