From 7d4e69198c75ad772b0863a027058d0b9a33d585 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 30 Jul 2014 07:17:31 -0400 Subject: [PATCH] Readded the lazy redraw setting as it seems to help more than hurt --- vim/config/settings.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index ed16488..011ce20 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -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