remove timeoutlen thing it was disabling my normal mode mappings

This commit is contained in:
2025-10-04 18:42:56 +02:00
parent d3770e86bc
commit 17eab59293
-1
View File
@@ -14,7 +14,6 @@ set incsearch
set guicursor=n-v-c:block-Cursor set guicursor=n-v-c:block-Cursor
set cursorline set cursorline
set autoindent set autoindent
set timeoutlen=100
syntax on syntax on
nnoremap ,co :copen<CR> nnoremap ,co :copen<CR>