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
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
As stated in title, any key mapping from insert mode will first cause key reproduce to currently focused application AND call win-vind function simultaneously.
Based on the above, if I noremap a normal key such as <tab-[> to edi-mode, the TAB key will be triggered simultaneously when I want to enter edi-mode.
Back to what this title says, if I map a modifier key such as <ralt-[> to edi-mode, the ralt key state will NOT be released when I back to insert mode.
PS: ESC and Function keys are too far away from my hand to press.
Steps to reproduce
configure mappings
press shortcut
go back to insert mode
press any single key like A-Z (do not press modifier key) and you will be aware that the modifier key is pressed.
About Bug
As stated in title, any key mapping from insert mode will first cause key reproduce to currently focused application AND call win-vind function simultaneously.
Based on the above, if I noremap a normal key such as <tab-[> to edi-mode, the TAB key will be triggered simultaneously when I want to enter edi-mode.
Back to what this title says, if I map a modifier key such as <ralt-[> to edi-mode, the ralt key state will NOT be released when I back to insert mode.
PS: ESC and Function keys are too far away from my hand to press.
Steps to reproduce
Environments