From 6372ff4c5dc969e764271f267486457dca7bd091 Mon Sep 17 00:00:00 2001 From: chawley Date: Tue, 21 May 2024 19:07:16 -0400 Subject: [PATCH] text width = 135 Increased text width to 135 by default. --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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