-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Alt+← jump issue #2460
Comments
My vim plugin configuration is as follows
|
I have the same problem. I can't believe people keep using vim with this bug. |
related to #1688 |
I have the same problem. Is there any update of this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
bug
What happened:
Before enabling plug-ins, Alt+← or Alt+→ only records jumps between functions. Moves the cursor inside a function without affecting the shortcut key jumps.
After the plug-in is enabled, cursor movements such as j/k are also recorded. Alt+← or Alt+→ shortcut keys do not jump directly back to the previous function. They just jump line by line.
How can I fix this problem, thank you
What did you expect to happen:
Alt+← or Alt+→ shortcut keys jump directly back to the previous function
How to reproduce it (as minimally and precisely as possible):
Environment:
The text was updated successfully, but these errors were encountered: