I'm a vim user and recently I started learning writing apps for Android.
I use Android Studio 2.3.2 with Vim emulator.
As it comes to Vim- I usually use it for C++ programming and one of the features I use on a daily basis is ]] to move to the next function and [[ to get to the previous function.
When I use that in Android Studio it just moves me to the beginning/end of the file.
My guess is that it is related with opening function scope in the same line instead of in the new line.
Question:
Is that possible to jump to next/previous function using Android Studio Vim emulator just as I used to do in C++ code (even though I use Java coding style, a.k.a. "egyptian brackets")?