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?
Try set ttimeout ttimeoutlen=50 if it improves.
Yea, probably a delay after an
As @itchyny said above you can adjust that some in vim.
yes that improved it, thank you.
Most helpful comment
Try
set ttimeout ttimeoutlen=50if it improves.