You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently wanted to use bookmarks in one of projects with lots of file. Have tried several plugins for bookmarks, that one is good and I am going to use that when need bookmarks next time, so thank you for the work on that plugin.
I also have met some issues with it, see below.
1. Ctrl + J moves cursor outside of bookmark popup.
When cursor on tags area, once I press ctrl + j, cursor will be on editor area, fortunately it is possible to close popup with double tab pressed. See screenshots below:
Cursor on tags area
Ctrl + j - cursor on editor area
Note: same happens for ctrl + l, from bookmarks area
2. nvim-dev-icons is a required plugin
I prefer not to use icons plugin as icons for me generally a little bit distractive. But to use that bookmarks plugin I have to install webdev icons. Could it be make optional like in the telescope? Telescope could be used either with or without icons.
3. works weird if open from nerd tree view.
When Nerd Tree opened and jump to bookmark it opens in split, and in that split some editor settings are changed, for example, the current line is highlighted (which is turned off in my setup), I would expect it would be opened in same window with my setup. See screenshots below:
Nerd tree opened
<Tab><Tab> - opens bookmarks popup
Hit <Enter> - bookmark opened in split, and active line is highlighted:
The text was updated successfully, but these errors were encountered:
Recently wanted to use bookmarks in one of projects with lots of file. Have tried several plugins for bookmarks, that one is good and I am going to use that when need bookmarks next time, so thank you for the work on that plugin.
I also have met some issues with it, see below.
1. Ctrl + J moves cursor outside of bookmark popup.
When cursor on tags area, once I press ctrl + j, cursor will be on editor area, fortunately it is possible to close popup with double tab pressed. See screenshots below:
Cursor on tags area
Ctrl + j - cursor on editor area
Note: same happens for ctrl + l, from bookmarks area
2. nvim-dev-icons is a required plugin
I prefer not to use icons plugin as icons for me generally a little bit distractive. But to use that bookmarks plugin I have to install webdev icons. Could it be make optional like in the telescope? Telescope could be used either with or without icons.
3. works weird if open from nerd tree view.
When Nerd Tree opened and jump to bookmark it opens in split, and in that split some editor settings are changed, for example, the current line is highlighted (which is turned off in my setup), I would expect it would be opened in same window with my setup. See screenshots below:
Nerd tree opened
<Tab><Tab>
- opens bookmarks popupHit
<Enter>
- bookmark opened in split, and active line is highlighted:The text was updated successfully, but these errors were encountered: