From f596f02da0e7546cae9babad11922b5c4af91381 Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Fri, 29 Sep 2017 10:07:57 +0700 Subject: Note about performance issue with vim-airline --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a851a..0c99738 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ let g:novim_mode_use_better_wrap_navigation = 1 Lastly you can unmap a mapping using commands such as `nunmap`, `iunmap`, `sunmap`, etc. ### Known issues - * There seems to be a bug where only `SHIFT+TAB` and not `TAB` works for indenting during selection mode. + * Because a lot of the keybindings trigger brief switches to NORMAL mode in the background, then be careful of plugins that cause a delay between switching modes. I know that `vim-airline` in particular has this problem. + * In Neovim there seems to be a bug where only `SHIFT+TAB` and not `TAB` works for indenting during selection mode. * Mapping `` internally means mapping ``. This is a throwback to Vim's days as a pure terminal application. * `CTRL+BACKSPACE` internally represents ``, which can be annoying. Again this is a throwback to Vim's days as a pure terminal application. -- cgit v1.2.3-70-g09d2