IntelliJ beginning of file keyboard shortcut

Is there a keyboard shortcut to move to the beginning of a file? I checked IntelliJ's Keymap for Mac OS X and it doesn't list anything for navigating to the start of a file.


command+home or fn+command+left arrow


Edit the Intellij Preferences -> KeyMap -> Editor Actions entries for "Move Caret to Text Start" and "Move Caret to Text End". If you set those to Command+UpArrow and Command+DownArrow, it'll work like a normal text editor. I have no idea why that isn't the default in Intellij instead of the seemingly pointless "scroll one line" feature.