Search code examples
vimpluginsbookmarks

How to delete bookmarks in NERDTree (Vim)?


I checked the documentation but couldn't find it. Does anybody knows?


Solution

  • Put your cursor over the bookmark you want to delete and hit shift-d (i.e. capital D).

    If you hit ? question mark while in the NERDTree window you'll find the docs for this. Search for "delete".