From 715a2d49498d94cc0d5611b531028f0e6a0c806a Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 4 Oct 2025 18:47:39 +0200 Subject: [PATCH] set ttimeoutlen this was what I was trying to do in the first place --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 37287b7..52b254f 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 ttimeoutlen=50 syntax on nnoremap ,co :copen