Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A newline can be added in vim without entering insert mode by pressing the 'o' key in normal mode. This will create a new line below the cursor and place the cursor in insert mode on the new line. To add a new line above the cursor, press 'O' in normal mode.