Moving between tabs delayed
werber opened this issue · 1 comments
When I want to move between tabs I press gt
but I cannot move if I type it too fast. When I type g
first and wait a second and after I type t
it works fine. Couldn't find anything related in vim config. Also if I do it too quickly it shows me Stitlecase
, can you please explain what that is and how to live with that :) Thanks!
This issue caused by other packages which were removed by Packer (package manager for neovim) but for some unknown to me reason still had impact on plugins at Plug package manager.
I fixed this simply by doing this:
rm -rf ~/.local/share/nvim/site/pack/packer/
Hope it will help for someone facing the same issues.
UPD: also side effect is when you try to type gt (quickly) it will show you in airline Stitlecase
. Leaving this comment as an anchor because couldn't find anything while google my problem using Stitlecase keyword