Vim
Vim copied to clipboard
:star: Vim for Visual Studio Code
**Describe the bug** A few releases ago, it became possible to use VSCode Vim when editing comments from the Github Pull Requests extension. This was absolutely amazing, and game changer...
The PR enables support of the command `let @1=@2` **What this PR does / why we need it**: This PR implements register evaluation and handles assignment in the `let` command...
Currently `:let @1 = @2` is not supported, because it's not implemented: https://github.com/VSCodeVim/Vim/blob/4cf03602a314cf0c5758dece19f98f28dc2be6ae/src/cmd_line/commands/let.ts#L146 I'd like to implement `let` assignment of registers.
Default is `s`, I try do `fc`. How can do this?
**What this PR does / why we need it**: This PR adds the ability to specify colors for the extension's status bar item text directly via theme settings with different...
**Describe the bug** When I type :%s/abc/ab/g, ':%s/abc/ab/g' isn't shown in status bar, but input in command line in vscode **Expected behavior** I remembered it could be shown in status...
**Describe the bug** Cannot see commands in Zen Mode **To Reproduce** Steps to reproduce the behavior: 1. Enter Zen Mode 2. Type some commands, like :s/a/b/g **Expected behavior** Command strip...
  I haven't yet polished this PR because I am not sure is this feature wanted or is this :grep correct command to be used like that. **What this...
**Describe the bug** When pressing "l" in the Explorer viewlet while in search mode, the corresponding document does not open, and the following error message appears: Cannot read properties of...
**Describe alternatives you've considered** I hope to receive a list of reminders when I input a command, suggesting what commands I can enter next.