preservim / nerdtree

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

feat: jump to bookmark table shortcut. #1394

Closed rzvxa closed 6 months ago

rzvxa commented 11 months ago

Description of Changes

Closes #1304 and #1307


New Version Info

Adds the 'gb' binding to jump to the bookmark table.

rzvxa commented 11 months ago

@alerque Hi, It is based on #1307. I've made some clean-ups here and there and changed the shortcut to gb instead of b to prevent clashing with the back vim motion. This implementation will jump to the bookmark table if it is already open, and will open it when it is closed.

Let me know whether you want this to be included in 7.1.0 or 7.2.0.