Vim
Vim copied to clipboard
:star: Vim for Visual Studio Code
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...
Moving up and down inside an auto-completion box through Vim keys (j and k) instead of arrow keys.
**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...
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.
Map Vim Keyboard Shortcut to VS Code Command (e.g. map 'leader'+'key' to any given VS Code shortcut)
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...
fold zf
**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:...
**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...
**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...