chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lawrence-laz opened this issue · comments

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])?

closed by #91