From b37dfe49f88a08971c4f3f8263ca52e7de7d9d82 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 25 Jun 2018 20:39:30 +0100 Subject: [PATCH] Reduce timeout --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 0bddfc0..dc2218f 100644 --- a/.vimrc +++ b/.vimrc @@ -47,6 +47,9 @@ set path+=** " Display matching files when tab completing set wildmenu +" Time vim waits to see if you are pushing another key +set timeoutlen=500 + " set tabwidth set autoindent set smartindent