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

For example, with the support of left ctrl and right ctrl, the remapping of LCTRL+q = ! or RCTRL+q = @ is available, which could effectively reduce the use of...

**FEATURE REQUEST:** A feature which will make life inside the editor, of every VSCodeVim user, 100 times easier! **What happens**: When we start typing some letters and intellisense opens the...

@J-Fields I've felt kinda depressed about the VSCodeVim situation because as we've come to realize, it's not your fault at all, VSCode's architecture needs to be fixed to guarantee VSCodeVim...

kind/discussion
area/performance

If I turn vim plugin on (all other plugins off), vscode starts to lag. There is a noticeable delay (0.1 sec) on every keyboard input.

help wanted
area/performance

Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.66.0 OS Version: Monterey 12.2.1 Bug: Currently, VS Code does not enable you to map a Vim...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

In `keybinding.json`, I have ```json { "key": "shift+r", "command": "workbench.action.nextEditor", "when": "vim.mode == 'Normal'" }, { "key": "shift+e", "command": "workbench.action.previousEditor", "when": "vim.mode == 'Normal'" }, ``` which makes it possible...

**Describe the bug** I'm trying to remap `` and `+` to create new lines in Vim normal mode. `` works as intended, but `+` doesn't work. Here's the relevant setting.json:...

kind/bug

**Is your feature request related to a problem? Please describe.** When pasting in visual mode the clipboard is overridden by the deleted content, this is very annoying when trying to...