From 29c825511587b1ac09b461cec66dc7dd1335018b Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Mon, 26 Aug 2013 09:03:46 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 22b0d9e..1ef2063 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,7 +2,8 @@ Remember to add `let g:airline_powerline_fonts = 1` to your vimrc. -The older deprecated [vim-powerline][a] uses different font codes; ensure you are using v2 fonts. +Also, the older deprecated [vim-powerline][a] uses different font codes compared to the current [powerline][b], and the switch above will automatically select codes from the new version. If you want to use the old font codes, you can `:h airline` and copy/paste the configuration variables in the customization section. + If you are using rxvt-unicode, try using an odd font size, 11, 13, 15 etc. in your .Xdefaults ### There is a pause when leaving insert mode @@ -39,5 +40,6 @@ For more details see this [issue](https://github.com/bling/vim-airline/issues/78 [a]: https://github.com/Lokaltog/vim-powerline +[b]: https://github.com/Lokaltog/powerline [d]: https://github.com/tpope/vim-fugitive [n]: http://vim.wikia.com/wiki/256_colors_in_vim \ No newline at end of file