SmiteshP / nvim-navic

Simple winbar/statusline plugin that shows your current code context
Apache License 2.0
1.35k stars 49 forks source link

feat: mark jumplist before moving to symbol on click #111

Closed mhanberg closed 1 year ago

mhanberg commented 1 year ago

I tried out this new feature and found that it doesn't add to the jump list, so ctrl-o and ctrl-i do not work.

This marks the location before moving the cursor, and works how I expected it to.

SmiteshP commented 1 year ago

Added it myself, Thanks for bring it to attention. :)