whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to map emacsIDEAs actions via .ideavimrc?

Daniel451 opened this issue · comments

I would like to map keys in my .ideavimrc instead of the IDEs keymap. How can I do so?

This, for example, was one possible mapping that I've already tried:

map <space>c :action AceJumpChar<CR>

Unfortunately, it did not work.

commented

@ascenator thanks for the suggestions. I haven't tried .ideavimrc, will try this way later.

In the mean time, you can try other id's of the actions, such as emacsIDEAs.AceJump or org.hunmr.acejump.AceJumpCharAction. please leave comments if it works, Thanks!

All the action description is in https://github.com/whunmr/emacsIDEAs/blob/master/resources/META-INF/plugin.xml

org.hunmr.acejump.AceJumpCharAction is not working for me, but emacsIDEAs.AceJump does work. I will try more commands and update :)

commented

@ascenator, cool.

Would be great if you can share your .ideavimrc mapping for this plugin.
Thanks in advance.