From ab6b08ea4543b4dd012e3cca876192d686afb082 Mon Sep 17 00:00:00 2001 From: Mitchell McKenna Date: Mon, 26 Aug 2013 12:21:46 -0700 Subject: [PATCH] Add instructions for when experiencing a delay entering insert mode. --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 1ef2063..d942057 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,6 +10,10 @@ If you are using rxvt-unicode, try using an odd font size, 11, 13, 15 etc. in yo You need to set `ttimeoutlen` to a low number; 50 is recommended. +### There is a pause when entering insert mode + +You are running an older version of Vim 7.3, try updating to a newer version. + ### You don't see any colors All of the themes use a 256 terminal color palette. It's likely that the value of `t_Co` is misconfigured. please see this [article][n] on how to configure your terminal. Pull requests for 8 and 16 color terminals are welcome.