set the timeoutlen to something small to stop the stupid lag

This commit is contained in:
Ivar Fatland
2025-10-01 08:59:07 +02:00
parent effe7eddd8
commit 09ca0978f9
+1
View File
@@ -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<CR>