After v1.2.83, cVim always consumes CPU at the foreground page. I tried profiling the page with DevTools' timeline feature, then I found that it fires a callback every 10ms.
This is already removed on the HEAD of this repository and it looks to resolve this issue. So I'll be happy if next version is released as soon as possible :pray:
Hi, thank you for great extension 😄
After v1.2.83, cVim always consumes CPU at the foreground page. I tried profiling the page with DevTools' timeline feature, then I found that it fires a callback every 10ms.
And I found the timer code.
https://github.com/1995eaton/chromium-vim/blob/2f89d1a99cf5b7977d1a59e79ad2012174fdf6c0/content_scripts/command.js#L1034
This is already removed on the HEAD of this repository and it looks to resolve this issue. So I'll be happy if next version is released as soon as possible :pray: