SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
770 stars 30 forks source link

feat: Add root node action #32

Closed aaronkollasch closed 1 year ago

aaronkollasch commented 1 year ago

Adds an action to move back to the root level of the tree. Analogous to Vim's 0 key to go to the beginning of the line, the default mapping for this action is 0.

Navbuddy remembers the last open branches of each level, so it is possible to move back to the last position after hitting 0 by pressing l multiple times.

aaronkollasch commented 1 year ago

Thanks for reviewing!