6 lines
175 B
VimL
6 lines
175 B
VimL
set autoindent " Basic automatic indentation
|
|
set formatoptions+=j " Merge comments when joining lines
|
|
|
|
" Reselect after visual mode indentation
|
|
vnoremap < <gv
|
|
vnoremap > >gv
|