-
Notifications
You must be signed in to change notification settings - Fork 8
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
Jump to declaration #85
Comments
Hi, this feature is not supported in easyMotion. Does it exist in the vim-easymotion? |
I'm not sure because I don't use Vim, but it seems like it's not supported in vim-easymotion. There is |
It's not supported in IdeaVim-EasyMotion yet, but this is a nice feature request. Also, I know that AceJump already supports this behavior. |
Actually, I don't see a good reason to add such feature (jump to declaration) if it's not supported in easymotion and I don't want to push you to do so.
I've tried |
I've created easymotion/vim-easymotion#494 to ask if it's possible to implement it in the upstream repository. |
I would like to jump to declaration using
IdeaVim-EasyMotion
.I have
nmap f <Plug>(easymotion-bd-w)
in my.ideavimrc
but I couldn't find the way to specify aJumpMode
. Is it possible?The text was updated successfully, but these errors were encountered: