I was reading: http://ideavim.sourceforge.net/vim/quickref.html .
When my cursor is on a method how do I navigate to its declaration / impelementation (like ctrl-b in normal mode) I tried gd
but it did not do anything.
I've noticed that 'gd' seems to go to the declaration.