1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Improve vimrc.

Now have a marker for optimal text width. Useful when writing pretty
much anything that needs to be wrapped.
This commit is contained in:
2018-09-10 14:06:36 +02:00
parent 50a14c4a86
commit 5edc0862b9

View File

@@ -18,6 +18,7 @@ set backspace=eol,indent,start
set diffopt+=iwhite set diffopt+=iwhite
colorscheme molokai colorscheme molokai
set colorcolumn=72
" I have never intended to use the builtin help " I have never intended to use the builtin help
map <F1> <Esc> map <F1> <Esc>