Add instructions for when experiencing a delay entering insert mode.

Mitchell McKenna 2013-08-26 12:21:46 -07:00
parent 29c8255115
commit ab6b08ea45

4
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.