You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A way to jump to a currently visible control structure like if, while, return, def, try, .....
Or to hint only lines with a control structure (less hints)
And where there are multiple consecutive lines,
-> only add hint to the first line of a 2 lines group
-> only add hints to the first & last line of a 3+ lines group
👉 This would allow to stop moving up/down by relative lines over lots of lines (still ok for short vertical movements), because it's annoying to distinguish (read) and type a 2 digit number.
A way to jump to a currently visible control structure like if, while, return, def, try, .....
Or to hint only lines with a control structure (less hints)
And where there are multiple consecutive lines,
-> only add hint to the first line of a 2 lines group
-> only add hints to the first & last line of a 3+ lines group
👉 This would allow to stop moving up/down by relative lines over lots of lines (still ok for short vertical movements), because it's annoying to distinguish (read) and type a 2 digit number.
Maybe use
Hop
with its upcoming general hint mode?Cf: hadronized/hop.nvim#163
The alternative could be:
The text was updated successfully, but these errors were encountered: