Is there a single shortcut to start inserting in the new line at end of the file?
I\'m aware of G + o combo.
There's also the command line option "+":
vim + myfile.txt
Will open myfile.txt and do an automatic G for you.