Simplify .vimrc layout & folds

This commit is contained in:
Kenneth Benzie 2016-03-12 21:28:19 +00:00
parent 277de97a36
commit 1d80cbb679

View File

@ -1,4 +1,8 @@
" Surround visual block in #if 0 block
vmap 0 V'<O#if 0<Esc>'>o#endif<Esc>
" Set 'comments' to format dashed lists in comments.
setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
" Set 'commentstring' to single line comment style.
setlocal commentstring=//%s
" Stop automatic new lines which typing long single liners
setlocal textwidth=0