You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have done a bisect to find out why some commands don't clear from showcmd in my vim in tmux, and I found that this plugin, and to precise the commit 2523def is the culprit.
E.g. I want to type ri to replace the character my cursor is on to "i"
Expected: after "r" shows in showcmd, then "i" is pressed, showcmd should be cleared
Actual: showcmd is not cleared
The text was updated successfully, but these errors were encountered:
I have done a bisect to find out why some commands don't clear from showcmd in my vim in tmux, and I found that this plugin, and to precise the commit 2523def is the culprit.
E.g. I want to type
ri
to replace the character my cursor is on to "i"Expected: after "r" shows in showcmd, then "i" is pressed, showcmd should be cleared
Actual: showcmd is not cleared
The text was updated successfully, but these errors were encountered: