commit 2477471c2c111e4c1789282eeebdc144cc33182a
parent d41d15f10dab27c08b6b12fde13f5d1cd7465638
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 9 Feb 2016 06:51:23 -0800
reflow text in paragraphs
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -207,6 +207,7 @@ set backupcopy=yes " see :help crontab
set cursorline " highlight current line
"set encoding=utf-8 " Necessary to show unicode glyphs
set expandtab " convert tab char to spaces
+set formatoptions=aw2qt " automatically reflow paragraphs to line width upon change
set hlsearch " highlight search matches
set ignorecase " case-insensitive search
set incsearch " search as you type