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
Is your feature request related to a problem? Please describe.
In vim editor, there's some cursor navigation functions:
[a] '. : Jump to last modification line.
[b] `. : Jump to exact spot in last modification line
[c] CTRL-O : Retrace your movements in file in backwards.
[d] CTRL-I : Retrace your movements in file in forwards.
It's handy if prelude can integrate these functions.
Describe the solution you'd like
Maybe use C-u C-SPC to goto previous cursor position, but it's not navigation, like back and forward again.
Describe alternatives you've considered
Maybe some package from melpa? like goto-chg, goto-last-point, etc.
Additional context
What's the best shortcuts for these features?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In
vim
editor, there's some cursor navigation functions:[a] '. : Jump to last modification line.
[b] `. : Jump to exact spot in last modification line
[c] CTRL-O : Retrace your movements in file in backwards.
[d] CTRL-I : Retrace your movements in file in forwards.
It's handy if prelude can integrate these functions.
Describe the solution you'd like
Maybe use
C-u C-SPC
to goto previous cursor position, but it's not navigation, like back and forward again.Describe alternatives you've considered
Maybe some package from melpa? like
goto-chg
,goto-last-point
, etc.Additional context
What's the best shortcuts for these features?
The text was updated successfully, but these errors were encountered: