vscode-simple-vim
vscode-simple-vim copied to clipboard
Vim extension for VSCode
In the insertion mode, I use the Chinese input method. I want to switch to the English input method automatically when I enter the normal mode through the esc, Return...
I added operator ranges for "_" and "$" so you can do things like `d$` to delete to the end of a line.
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
I like to use j + j to switch to Enter Normal mode,Can this be configured?
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
Hi, Would it be possible to implement a setting to change the 'Scroll down full page' Ctrl-F shortcut? It conflicts with the native VSCode 'Find' shortcut. The 'Differences From Vim'...
Would be awesome to see this at least as a setting.
`dd` deletes the current line, but the line is not on the clipboard, so you can't paste it using `p`.
Scenario: Have a tooltip or a panel open and press [esc] to close them. That works, but it also switches to normal mode. Normal/Edit mode should be switchable only when...