Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cursor navigation functions and shortcuts #1368

Open
futurist opened this issue May 2, 2022 · 1 comment
Open

add cursor navigation functions and shortcuts #1368

futurist opened this issue May 2, 2022 · 1 comment

Comments

@futurist
Copy link

futurist commented May 2, 2022

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?

@bbatsov
Copy link
Owner

bbatsov commented Jul 24, 2022

I'm open to something like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants