johtela / vscode-modaledit

Configurable Modal Editing in VS Code
https://johtela.github.io/vscode-modaledit/docs/README.html
Other
89 stars 8 forks source link

key repeat on Mac OS #20

Closed shivahnshankar closed 3 years ago

shivahnshankar commented 3 years ago

Hi, with the vim config, pressing a key for a long time does not activate repeat commands. For ex: holding j does not scroll the cursor down. Is there any configuration that can allow this? Thanks

johtela commented 3 years ago

Hi,

Apparently other Vim plugins have the same problem, and have found a workaround. You could try this setting

haberdashPI commented 3 years ago

Yeah, just to chime in here (happened to see this issue); this isn't a limitation of vscode-modaledit per se, but a limitation of VSCode on MacOS. Try holding down e.g. "j" for a long time without modaledit installed; the last time I tried this I got a menu with various types of accents I could add to "j" (rather than repeating j).

shivahnshankar commented 3 years ago

Thanks that fixed the issue.