text width = 135
Increased text width to 135 by default.
This commit is contained in:
4
.vimrc
4
.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 <textwidth> column
|
||||
set nowrap " turn off word wrapping at <textwidth>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user