How to list all bookmarks in NERDTree of VIM?

nerdtree, vim

Solution

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

Problem

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

Original source