From 17eab592939767153dee4ace7e704dfa3dadb3fb Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 4 Oct 2025 18:42:56 +0200 Subject: [PATCH] remove timeoutlen thing it was disabling my normal mode mappings --- vim/.vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 1a4c5ac..37287b7 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -14,7 +14,6 @@ set incsearch set guicursor=n-v-c:block-Cursor set cursorline set autoindent -set timeoutlen=100 syntax on nnoremap ,co :copen