How to list all bookmarks in NERDTree VIM?

I want to see how many bookmarks are in my NERDTree, and I want to get a list of all of them, buy, is there any command in NERDTree, or can vim do this?

+6
source share
1 answer

Just press B (while NERDTree is active) to see bookmarks above the file tree. If you want them in a separate buffer, simply :e $HOME/.NERDTreeBookmarks (if you have not changed the NERDTreeBookmarksFile option).

+7
source

Source: https://habr.com/ru/post/916530/


All Articles