-
Notifications
You must be signed in to change notification settings - Fork 90
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 AceJump jumps to IdeaVim jump list #312
Comments
We add the jump locations to the IntelliJ Platform history, however IdeaVim probably does not read from this. Is there an extension point for adding jump locations to the IdeaVim jump list? @AlexPl292 |
IdeaVim doesn't currently support jump lists: https://github.com/JetBrains/ideavim#summary-of-supported-vim-features |
Although Ctrl+o and Ctrl+i are working in IdeaVim. |
One way is to use IDE's actions for this:
|
The integration between IdeaVim and AceJump is presented in https://github.com/AlexPl292/IdeaVim-EasyMotion. The feature in question is supported since v1.2 (no need to enable easymotion emulation via cc @breandan |
Great! Although there still appears to be a discrepancy between the Back/Forward action behavior of the IntelliJ Platform (via |
Yes, unfortunatelly. We are going to work with it along with reviewing this PR JetBrains/ideavim#224 |
I believe this issue has been fixed and is now supported by IdeaVim. |
it would be great if acejump jumps would be added to the vim jump list so jumping to previous location using ctrl+o and ctrl+i is possible
ref https://vim.fandom.com/wiki/Jumping_to_previously_visited_locations
The text was updated successfully, but these errors were encountered: