text width = 135

Increased text width to 135 by default.
This commit is contained in:
2024-05-21 19:07:16 -04:00
parent 89fdfb9fec
commit 6372ff4c5d

4
.vimrc
View File

@@ -13,7 +13,7 @@ set autoread " set to auto read when a f
set belloff=all " no sound/flash on errors set belloff=all " no sound/flash on errors
set cursorcolumn " highlight current column set cursorcolumn " highlight current column
set cursorline " highlight current row 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 hidden " Allow background buffers without saving
set nolist " do not show invisible characters set nolist " do not show invisible characters
set nocompatible " be iMproved, required set nocompatible " be iMproved, required
@@ -28,7 +28,7 @@ set term=xterm-256color " LOTS of colors
set wildmenu " enhanced command line completion set wildmenu " enhanced command line completion
" Text Wrapping " Text Wrapping
set textwidth=120 " Set textwidth set textwidth=135 " Set textwidth
set colorcolumn= " disable colorzing <textwidth> column set colorcolumn= " disable colorzing <textwidth> column
set nowrap " turn off word wrapping at <textwidth> set nowrap " turn off word wrapping at <textwidth>