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

Hey, Like in http://vim.wikia.com/wiki/Selecting_your_pasted_text I'm looking for a way to select the text I've just pasted visually in order to indent/format/sed it. Any help would be appreciated.

kind/bug

I like to edit some files (js) with the VSCode editor because of the auto complete and other files (py) with Vim because I am faster with the key bindings....

**Describe the bug** The other extension is [Calva](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva). On Vim v1.21.5, whatever cursor position Calva set upon hitting Enter was preserved. On Vim v1.21.6, the cursor is always moved to...

**What this PR does / why we need it**: When inserting surrogate pairs, for example emojis (`Win` + `.` / `Ctrl` + `Cmd` + ` `), it would show two...

Please *thumbs-up* 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up...

kind/bug
area/remap

**Describe the bug** When I navigate to an uppercase (global) mark in another file, vscode opens the file but does not set the cursor position correctly. (The cursor stays in...

**Describe the bug** If I set an uppercase (global) mark on a line in a file, the gutter mark shows up fine. If I then close and re-open the file,...

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

**Is your feature request related to a problem? Please describe.** I'm trying to create a macro `c:` that works like `ci"` but instead of changing the `"text in quotes"` it...

**Is your feature request related to a problem? Please describe.** Currently, the `im-plugin` only allows to define one layout, and the other is auto infered, but this confuses layouts **very...