diff --git a/vim/.vimrc b/vim/.vimrc index 50f5b69..6857f00 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -161,6 +161,9 @@ set list " Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots set listchars=tab:>─,trail:·,nbsp:¤ +" Don't redraw when executing macros +set lazyredraw + " Timeout quickly on shortcuts, I can't wait two seconds to delete in visual set timeoutlen=500