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
I feel like the jump list is currently missing some points of interest, as I'm often not able to return to a line I've edited earlier.
For example, I'd expect to have a separate jump list entry after I do this sequence:
edit a line
return to normal mode
move to a different part of the file using <C-u/d> or hjkl
make another modification
Some events seem to add jump list entries, like jumping to a line (gg), definition (gd) or using the symbol/reference picker. While others (gw) don't.
Are there any configuration options that I'm missing?
I think that especially separate edits should trigger new jump list entries to be created (possibly with a minimum or configurable number of lines separating them?).
The text was updated successfully, but these errors were encountered:
I feel like the jump list is currently missing some points of interest, as I'm often not able to return to a line I've edited earlier.
For example, I'd expect to have a separate jump list entry after I do this sequence:
<C-u/d>
orhjkl
Some events seem to add jump list entries, like jumping to a line (
gg
), definition (gd
) or using the symbol/reference picker. While others (gw
) don't.Are there any configuration options that I'm missing?
I think that especially separate edits should trigger new jump list entries to be created (possibly with a minimum or configurable number of lines separating them?).
The text was updated successfully, but these errors were encountered: