Intellij IdeaVim plugin - run current file -


is possible call intellij ide actions ideavim plugin (via bindings maybe)?

for example:

:runfile 

will run current java class.

i know quick action menu cmd+shift+a, want use ide in vim style.

yes, can use :action , :actionlist commands.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -