In Vim's insert mode, how can you go to the end of the line and insert a newline?

In TextMate, when you're not at the end of a line and you want to enter a newline, you can type Cmd-Return.

Is there an equivalent for this in Vim, when you're in insert mode?


Solution 1:

Would ESCo do? It's two keypresses, just like CmdReturn, and you don't have to hold them at the same time. The only drawback I can think of is that you temporarily leave insert mode.

Solution 2:

this should do the trick:

ctrlo o