Hi,I am in the middle of line in insert mode and want to break out of the lineand start a new line (above or below)What I want is effectively <ESC>o or <ESC>O But does Vim7 have a native command for this?
Try <C-o>o.:help i_CTRL-O
Hi,I am in the middle of line in insert mode and want to break out of the lineand start a new line (above or below)What I want is effectively <ESC>o or <ESC>O But does Vim7 have a native command for this?
Try <C-o>o.:help i_CTRL-O