From c41e3ba729ad147ba60e16fbe8979ca934c9e627 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 18 Dec 2014 17:29:29 +0100 Subject: [keys] No more timeouts for sequences, and others - Beware to check terminal/tmux-er config, too... --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index e625386..e0e5369 100644 --- a/vimrc +++ b/vimrc @@ -259,6 +259,9 @@ set noexpandtab "noremap U yyp:s/[^ ]/-/g:noh "noremap Y yyp:s/[^ ]/=/g:noh +set ttimeoutlen=0 +set timeoutlen=250 + " Code comment/uncomment noremap // m"I// g`"3l noremap /* m"I/* A */jg`"3l -- cgit v1.2.3