Yuichiro Tachibana (Tsuchiya)
Yuichiro Tachibana (Tsuchiya)
I think I can't help because I'm not using dvorak and that remapping and can't reproduce the problem. > it seems to have something to do with my remapping of...
OK I reopen this issue and will track it but I cannot work on this for now since I don't have that environment and then don't have troubles. I welcome...
https://github.com/VSCodeVim/Vim/blob/b6d75ca49ac2bd602f0c6391f699e448d7809f5d/test/extension.test.ts
This is because the QuickFix menu uses an OS native popup and cannot be controlled from extension. This problem is still discussed and the issue is open in the VSCode...
I will simply assign `M-l` and `M-u` to `editor.action.transformToLowercase` and `editor.action.transformToUppercase` respectively, to which `C-x C-l` and `C-x C-u` are now assigned. Strictly speaking, this is different from the original...
Thank you for good suggestion! I will fix it.
Hi, v0.2.0 has been released which includes this functionality. As explained in #53, the current implementation has a drawback which I think though can be ignored in almost all practical...
Thank you for reporting. Does it mean only this extension takes much longer time for initialization than other extensions?
https://github.com/microsoft/vscode/issues/133816
Hi, thank you for a suggestion. That's nice! But I couldn't find the command for "Open File". Can you please tell me the command name you assign to your `C-x...