Vim
Vim copied to clipboard
:star: Vim for Visual Studio Code
**What this PR does / why we need it**: fix a missing translation in ROADMAP.ZH.md **Which issue(s) this PR fixes** **Special notes for your reviewer**:
**Describe the bug** ``` ERR ENOENT: no such file or directory, open 'd:\tools\ide\VSCode\data\user-data\User\globalStorage\vscodevim.vim\.registers': Error: ENOENT: no such file or directory, open 'd:\tools\ide\VSCode\data\user-data\User\globalStorage\vscodevim.vim\.registers' ``` **To Reproduce** 1. Open vscode devtool. **Expected...
When in visual block mode, if i move my cursor down by any lines the relative line numbers don't update, but when i move the cursor up they do. The...
For example, I want to use vim mode in the edited latex file? However, for other types file don't use vim mode. How can I make parameters in settings.json? I...
## Description Hey folks! Currently, copying + pasting text into the text search ('Esc + /') box is a little inconsistent. To get text into the box, you must: -...
**Describe the bug** replaceWithRegister does not work in cloud IDEs like GitHub Codespaces or Project IDX. **To Reproduce** Steps to reproduce the behavior: Open a cloud IDE such as GitHub...
**Describe the bug** Suppose I have two lines, each of them has fewer words than the "vim.textwidth". When my cursor is on the first line, if I press "gq+j", the...
**Describe the bug** Keep pressing `j` or `k` doesn't move cursor down or up lines in Web IDE **Additional context** There are solutions for MacOS and Windows based operating systems...
**Describe the bug** I have imapped `jk` to ``, and have some hotkeys like `ctrl+a` mapped to command `cursorHome`, `ctrl+b` to `cursorLeft`. Press `j` and then `ctrl+a`, the j appears...
**Is your feature request related to a problem? Please describe.** When in normal mode, the vscodevim extension will set the statusbar color to #005f5f, which is the default value defined...