Vim icon indicating copy to clipboard operation
Vim copied to clipboard

:star: Vim for Visual Studio Code

Results 546 Vim issues
Sort by recently updated
recently updated
newest added

**What this PR does / why we need it**: Adds settings for customising the status bar mode text. Overriding normal mode text: ```json { "vim.statusBarStrings": { "normal": "N" } }...

kind/enhancement
area/not-vim-core
area/configuration

**To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **VSCodeVim version**: 1.17.0 Stack trace ``` TypeError:...

In vim, there is a variable called isfname that can be set to determine which characters are recognized as filenames which determines the jump target of the gf command When...

In my work scenario, I need to check the log frequently, so I need to search and locate the first error message frequently. In vim, I usually set: ```vimrc map...

**Describe the bug** Executing a `:read` command that returns with ERRNO not equal to zero does *not* read stdout as it should. It just throws notice: > `CommandLine: Error executing...

**Describe the bug** If "Use key mappings from a .vimrc file" is enable in settings, vim comments are not respected on mapping lines. Instead, the content of the comment is...

**Describe the bug** Cannot replace character with 'j' or 'k' in replace mode. **To Reproduce** Steps to reproduce the behavior: 1. Press `esc` to enter normal mode 2. Press `r`...

Edit markdown file with vim mode and embed some PNG file with data uri so file size is more than 2KB but line number is less than 10. It will...

**To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **VSCodeVim version**: 1.23.1 Stack trace ``` DISPOSED:...

**To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **VSCodeVim version**: 1.23.1 Stack trace ``` TypeError:...