severin-lemaignan / vim-minimap

A Sublime-like minimap for VIM, based on the Drawille console-based drawing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showing the minimap can make vim miss keystrokes

gbin opened this issue · comments

Tested on Konsole + Tmux.

When you show the minimap, type quickly [][][][][][][][][]
and you'll end up with [][[][][[]

I suspect it is due to the refresh of the minimap that can steal the focus when it refreshes.

Needless to say it is kind of annoying as it introduces syntax errors here and there :)

Yes, this is likely the cause, indeed. We need to investigate ways to update the minimap buffer without stealing the focus from the current window...

+1, can't use this plugin right now 😢

Does vim8's async support allow us to update without stealing focus?