Lightline.vim: Delay when switching to normal mode

Created on 10 Sep 2019  路  3Comments  路  Source: itchyny/lightline.vim

Description

When I switch from normal mode to other modes(insert, visual etc.) the label and color in the _mode component_ switches instantly but when I switch back to normal mode there's about a 500ms delay before the label and color changes in the _mode component_. Is this a bug or is it intentional?

question

Most helpful comment

Try set ttimeout ttimeoutlen=50 if it improves.

All 3 comments

Try set ttimeout ttimeoutlen=50 if it improves.

Yea, probably a delay after an , waiting to see if there any any more keystrokes arriving ?
As @itchyny said above you can adjust that some in vim.

yes that improved it, thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dongsibo picture dongsibo  路  4Comments

wimstefan picture wimstefan  路  5Comments

indiesquidge picture indiesquidge  路  4Comments

mckellyln picture mckellyln  路  5Comments

dessaya picture dessaya  路  3Comments