X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=88db35b817f38a9efd94d96853484b53d14bbf96;hb=dbb6e842cef1cf10bf34784778332abc897f8000;hp=a585717b03e14bae75e5fd247ad315770c781e9a;hpb=d37065a3aca383c1663ec416a25ea54ede925b1b;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index a585717..88db35b 100644 --- a/vimrc +++ b/vimrc @@ -125,6 +125,10 @@ set ruler " Display partial commands in the status line. set showcmd +" Don't redraw screen when executing macros; increases speed. Thanks to James +" Vega (http://git.jamessan.com/?p=etc/vim.git;a=summary). +set lazyredraw + " Visualize the line the cursor is currently in. if v:version >= 700 set cursorline