I\'m interested in hearing how some of you have customized your .ideavimrc file to improve your workflows within your Jetbrains IDE. I\'m unsure of its capabilities and would lo
Here are some useful materials that helped me write my .ideavimrc:
.ideavimrc
set commands that work in IdeaVim.
Jetbrains specific actions (You can also see this list with :actionlist)
:actionlist
You map these actions in .ideavimrc like:
nnoremap gd :action GotoDeclaration