-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lagging and artifacts displayed on screen when typing key frequently #53
Comments
Try adding this line to your
Then restart Vim. |
@alanhamlett |
For now if this happens you can redraw the screen with this command:
The redraw setting should run that command automatically, so I'll find out why it's not working. |
I have also been experiencing this when using the |
d7b6f18 sets the default redraw setting to enabled if the plugin takes too long forking the wakatime-cli process. After updating vim-wakatime, is this issue fixed? |
@alanhamlett that did the trick. thanks for for the help! |
@cool4zbl does this fix it for you too? |
Fixed in v6.0.0 using Vim 8.0+ async. |
I found a strange bug recently when typing
hjkl
frequently to move the cursor in normal mode,vim repeated occasional
hjkl
letters, see the below figure.so when moving left with h, some of the cursor through the local characters into
h
.But in my observation found that the content did not actually change that character, as if covered with a layer in the above.
I tried exit vim and re-open the file, but in normal mode the same problem occurred again when I move the cursor frequently. Stuck in a long time and did not know why.
So I decided to dig in and do the steps below:
Finally, I found if I comment
vim-wakatime
plugin, this problem solved!Seemed it was processing a Python command when the bug occurred.
Environment: Mac OS 10.12.6,
Hoping there is a solution.
The text was updated successfully, but these errors were encountered: