82dfe29a2f63

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Mar 2023 17:15:47 -0400
parents ca4e18cd273a
children a144ab99193b
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Wed Mar 08 14:50:41 2023 -0500
+++ b/vim/vimrc	Tue Mar 14 17:15:47 2023 -0400
@@ -63,14 +63,8 @@
 set spellfile=~/.vim/custom-dictionary.utf-8.add,~/.vim-local-dictionary.utf-8.add
 nnoremap zG 2zg
 
-" iTerm2 is currently slow as balls at rendering the nice unicode lines, so for
-" now I'll just use ASCII pipes.  They're ugly but at least I won't want to kill
-" myself when trying to move around a file.
-set fillchars=diff:⣿,vert:│
-set fillchars=diff:⣿,vert:\|
-
-" Don't try to highlight lines longer than 800 characters.
-set synmaxcol=800
+" Don't try to highlight lines longer than 500 characters.
+set synmaxcol=500
 
 " Time out on key codes but not mappings.
 " Basically this makes terminal Vim work sanely.