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

I realized when typing up https://github.com/VSCodeVim/Vim/issues/7818#issuecomment-1175505237 that `go` should be characterwise, but we treat it as a linewise motion.

kind/bug
area/motion

Currently the vim commands are very small because they display in the status bar. The only way to make this font bigger is to increase everything, which makes the whole...

**What this PR does / why we need it**: Search limited to within the line is a commonly used feature in easymotion **Which issue(s) this PR fixes** https://github.com/VSCodeVim/Vim/issues/4788 **Special notes...

**Describe the bug** I use the VSCode feature to fold methods/comments quite often, and shortcuts to move between lines quite often. The problem arises when you fold a method and...

kind/bug

**Is your feature request related to a problem? Please describe.** vim-exchange solves the problem of swapping two regions of text and having it be undone with a single undo https://github.com/tommcdo/vim-exchange...

kind/feature
area/not-vim-core

If you scroll down or up past the cursor, the cursor is still left where it was, so if you press it will jump. The cursor should stay at the...

kind/enhancement

[Overwin intro](https://github.com/easymotion/vim-easymotion#overwin-motions), overwin is using easymotion across editor panels, does this implementation support that? It only seems to work for one editor panel per my test, if it's not supported,...

- Fixes `set tw=N` command - Add test for `set tw=N` **What this PR does / why we need it**: Since the v1.23.0 release, setting 'textwidth' on the fly with...

**Describe the bug** The cursor covers the char of the selection end when searching with vscode, and it's hard to recognize. If disable vim mode, this won't happen. **To Reproduce**...

**Describe the bug** When the editor window loses focus and is then refocused, upon hitting "escape", the scroll position snaps back to the old position it was at before losing...