android-studiokeyboard-shortcutshotkeys

How do I navigate to the start or end of a file in Android Studio?


In TextMate, for example, I use command + uparrow for the start of the file and command + downarrow for the end of the file.

Android Studio doesn't do this. How do I do the same thing in Android Studio?

Thanks.


Solution

  • Cant you just use cmd (or ctrl) + Home / End

    On a Mac slim keyboard (without dedicated Home or End keys), Fn + Left/Right arrow is the equivalent.

    So Cmd + Fn + Left/Right arrow should go to Start/End of file.