vim insert line but stay in normal mode code example
Example: add enter vim
" Quickly insert an empty new line without entering insert mode
nnoremap o o
nnoremap O O
" Quickly insert an empty new line without entering insert mode
nnoremap o o
nnoremap O O