From cde03853c5b82384e3a8c2b5dfd822131b061778 Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Wed, 18 Feb 2015 22:35:58 -0500 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0b671fe..7243898 100644 --- a/FAQ.md +++ b/FAQ.md @@ -23,6 +23,12 @@ You are likely using the [fontconfig](https://powerline.readthedocs.org/en/lates endif let g:airline_symbols.space = "\ua0" +#### The powerline font is not perfectly lined up, or there a bit of whitespace in between symbols, or they are cut off + +This is a complicated issue with no easy solution. Depending on the operating system, the font you have installed, the font you have patched, how the font was patched, terminal vs GUI, which terminal emulator itself (and how the emulator is configured), what font size, all have an effect on how the font turns on. + +Try various combinations of the above and you'll eventually find something that works. + #### There is a pause when leaving insert mode You need to set `timeoutlen` to a low number; 50 is recommended.