preservim / nerdtree

A tree explorer plugin for vim.
Do What The F*ck You Want To Public License
19.56k stars 1.44k forks source link

Jump to bookmark list #1304

Closed ds2606 closed 4 months ago

ds2606 commented 2 years ago

Description

When I open NERDTree, I'm usually dropped somewhere in the middle of a directory listing. I'd like to quickly navigate to my bookmarks to select a bookmarked directory.

There are bindings like ? for help, p for the parent, why not have a binding b to jump to the bookmark list?

Right now, I have to manually scroll up to get there every time. b is currently unused, and seems like a natural fit.

ds2606 commented 2 years ago

Documenting my progress in this comment:

Addressed in #1306