--- 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.