diff --git a/.vimrc b/.vimrc index 12c7403..70dbd5e 100644 --- a/.vimrc +++ b/.vimrc @@ -13,7 +13,7 @@ set autoread " set to auto read when a f set belloff=all " no sound/flash on errors set cursorcolumn " highlight current column set cursorline " highlight current row -set formatoptions-=ro " Turn off autoinsert of comment char on newline +set formatoptions-=rot " Turn off autoinsert of comment char on newline set hidden " Allow background buffers without saving set nolist " do not show invisible characters set nocompatible " be iMproved, required @@ -28,7 +28,7 @@ set term=xterm-256color " LOTS of colors set wildmenu " enhanced command line completion " Text Wrapping -set textwidth=120 " Set textwidth +set textwidth=135 " Set textwidth set colorcolumn= " disable colorzing column set nowrap " turn off word wrapping at