From 65857ea21e453d5b6b298b2599bcab1bb131d187 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 15 Feb 2016 16:18:20 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FAQ.md b/FAQ.md index bad6327..f16cf45 100644 --- a/FAQ.md +++ b/FAQ.md @@ -105,6 +105,14 @@ But (especially if you are using a bundler to install airline), you may prefer t 4. To make it load on startup, add to your `.vimrc`: `:let g:airline_theme='your_theme_name'` +#### I am seeing lot of `AirlineTabRefresh` messages when creatig new splits. How can I get rid of them? + +It seems, sometimes Vim does not create the correct mapping. Please add this mapping to your vimrc file: + +`:noremap AirlineTablineRefresh :set mod!` + +If you happen to know, how to reproduce the issue on how to make Vim create those invalide maps, please mention in ticket #1029. + [a]: https://github.com/Lokaltog/vim-powerline [b]: https://github.com/Lokaltog/powerline [d]: https://github.com/tpope/vim-fugitive