Readded the lazy redraw setting as it seems to help more than hurt

This commit is contained in:
Kevin MacMartin 2014-07-30 07:17:31 -04:00
parent 28928a7e94
commit 7d4e69198c

View file

@ -57,6 +57,7 @@
"USER INTERFACE: {{{
set laststatus=2 showcmd statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] "statusline init and config
set lazyredraw "don't redraw the screen while macros are executing
set number "enable line numbers
set nowrap "disable line wrapping
set cursorline cursorcolumn "enable row/column highlighting