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?
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).
:e $HOME/.NERDTreeBookmarks
NERDTreeBookmarksFile
Source: https://habr.com/ru/post/916530/More articles:How to create or edit file contents in root directory - phpSqlite3 DB Download Path - iphonedivide by last occurrence of digits, take 2nd part - regexHow are logarithms programmed? - mathWhy is my variable still “uninitialized”? - c #Mongodb doesn't start on ubuntu - mongodb"make: yacc: command not found" after installing Bison - bisonHow do I globally handle the ifclose fancybox event? - javascriptLoss of antialiasing when sharing a Graphics object between managed and unmanaged code - c #memory access and memory copy - c ++All Articles