1
0
Fork 0

vim tw default 80=>76

The rationale is to give room for three characters for line numbering, plus one
delimiting space, for a total of an 80-characer-wide terminal.
org
Mike Gerwitz 2014-04-07 02:15:20 -04:00
parent 407bde8407
commit 900bf1cfa2
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

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