# HG changeset patch # User Steve Losh # Date 1678828547 14400 # Node ID 82dfe29a2f63393d261ec5aa90898cb8503f4e13 # Parent ca4e18cd273a09e1bb1b1dbf8ae3aa2594239b0e More diff -r ca4e18cd273a -r 82dfe29a2f63 vim/vimrc --- 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.