1
0
Fork 0

Vim tw={80=>76}

This provides room for three-digit line numbers, plus a delimiting space, on
an 80-character terminal. If additional lines numbers are needed, the file
is probably too big.

This is also more polite for e-mail.
org
Mike Gerwitz 2014-04-17 00:03:39 -04:00
parent 07c919f961
commit 2f231f853b
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -47,7 +47,7 @@ set sw=4
set t_Co=256
set title
set ts=4
set tw=80
set tw=76
set undolevels=3000
set updatecount=50
set visualbell