Wrap at 80; I give up
This commit is contained in:
parent
98bb672bcd
commit
65ea45962b
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -39,7 +39,7 @@ set ttyfast " fast terminals
|
||||||
|
|
||||||
set wrap " wrap long lines
|
set wrap " wrap long lines
|
||||||
set linebreak " break at between words
|
set linebreak " break at between words
|
||||||
set textwidth=120 " wrap at 120 characters
|
set textwidth=80 " wrap at 120 characters
|
||||||
set colorcolumn=80,120 " highlight 80th and 120th columns
|
set colorcolumn=80,120 " highlight 80th and 120th columns
|
||||||
set showmatch " show matching things: (), {}, [], etc
|
set showmatch " show matching things: (), {}, [], etc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue