Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete bookmarks in NERDTree (Vim)?

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

like image 803
alexchenco Avatar asked Sep 10 '25 03:09

alexchenco


2 Answers

You can edit the ~/.NERDTreeBookmarks file and delete it there.

like image 151
Pratik Khadloya Avatar answered Sep 12 '25 17:09

Pratik Khadloya


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".

like image 36
overthink Avatar answered Sep 12 '25 16:09

overthink