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?
|
feedback
|
|
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. | ||||
feedback
|
|
this should do the trick: ctrlo o | ||||
feedback
|