vim new line without insert 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