dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

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:
M.vimrc | 1+
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