i.e. easymotion option
hi, folks, is it possible auto move cursor to the word if there is only one occurrence:
Navigate to the autowired dependency
? I can't find it.
Action not found
. Is there an official list somewhere or am I missing something?
command line
command that executes gradle build
. I can get to the gradle execute tasks easily with command! Gb action Gradle.ExecuteTask
in my ~/.ideavimrc
but adding build
after the command leads to an error 'Action not found: Gradle.ExecuteTask build'. Any ideas on how to solve this?
@AlexPl292
Hi Alex
Yor comment for VIM-1476:
"Actually, it looks like this case is a bit more complicated than expected. Because at the moment lastKeys contain a list of "raw" commands, so in case if user types ab then presses left arrow and types c (acb in the result), we should also process this left arrow for correct . register representation. But since in IdeaVim dot register has only representation purpost, I guess this small inconsistency can be ignored at the moment."
Is there a task for this?
I would try to fix it.
<Leader><Leader>
. All the other mappings work except this one, I have to source my .ideavimrc
file in order to get that mapping working.