dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-03-28 10:16:05 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-03-28 10:16:05 +0100 +0100
Commit: de87c1d0ef7322409ab4dd921e9051c66fc10dae
Parent: f00d9049e3b63122edc05a4ea18e17311c43edf8


Set the text width to 79 and a column at 80

Thanks to @ametaireau
diff --git a/.vimrc b/.vimrc
index 5e1a8bb189b2eb8108fa1e9535ac55ba4280be2f..2c76b9da6537d67d1852f8b95b3254ed88e06f6e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -23,6 +23,8 @@ set showcmd
 set showmode " Show the mode in use
 
 set wrap " Turn on line wrapping
+set textwidth=79
+set colorcolumn=80
 set scrolloff=2 " Show 2 lines around the cursor (when scrolling off the page)
 
 set title " Set the terminal title