heavim/cfg/02-edit-options.vim

7 lines
175 B
VimL
Raw Normal View History

set autoindent " Basic automatic indentation
set formatoptions+=j " Merge comments when joining lines
2015-03-02 18:20:55 +01:00
" Reselect after visual mode indentation
vnoremap < <gv
vnoremap > >gv