From 58e88695386b4d81890456abeddf16b4d1c98174 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 21 Nov 2019 14:58:08 +0100 Subject: [PATCH] [ADD][VIM] Use lazyredraw --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) 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