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: Use v:count1 for previous/next_sibling actions #31

Closed aaronkollasch closed 1 year ago

aaronkollasch commented 1 year ago

Adds support for using a count with actions.next_sibling and actions.previous_sibling. For example, 5j moves down by 5 nodes.

Because v:count1 == 1 when no count is provided, j and k work as expected, even if used without a count.