TextMate has a function in which pressing Command-Return at any point inserts a new line below the current line, placing the cursor at the beginning of a new line. It works a lot (exactly?), For example, by pressing "o" while in command mode in Vim.
Is there any way to emulate this TextMate function in insert mode in Vim? The same question is worded differently: can I make Cmd-Return in insert mode, which does “o” in command mode?
vim textmate
dstrelau
source share