create new line in Vim

Tags: vim

Sometimes you may want to create a new line below or above current line.

In Vim, you simply use this command.

o

for creating a new line **below ** current line and change to insert mode

O (capital o)

for creating a new line above current line and change to insert mode