From 09ca0978f9781a16fac168cc451ae1c4f579eb44 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Wed, 1 Oct 2025 08:59:07 +0200 Subject: [PATCH] set the timeoutlen to something small to stop the stupid lag --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 37287b7..1a4c5ac 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -14,6 +14,7 @@ set incsearch set guicursor=n-v-c:block-Cursor set cursorline set autoindent +set timeoutlen=100 syntax on nnoremap ,co :copen