-
Please provide a succinct description of the issue.
**Repro steps**
1. Clone https://github.com/VsVim/VsVim
2. Checkout the branch dev/jaredpar/fs2009
3. cd src\VimCore
4. run `dotnet build`…
-
When I search for some characters that modify the code under caret, it messes up. For example if I have caret under 'C' in Console.log("something"); when I search for 's' it deletes 'C' and the line …
-
Right now VsVim and EasyMotion are fighting for the same key strokes. Need to resolve this conflict
-
Been testing out CocoJumper with VsVim. While it does seem to work for MultiSerach mode it is a bit clunky.
When in VsVim Normal mode I can invoke MultiSearch but I cannot start searching. After in…
-
Adding support for Vim keybindings (similar to the VsVim extension for Visual Studio) would be a very nice addition to the development experience.
-
VsVim now introduces its own relative line number. If you are seeing duplicate numbers please uninstall this extension and use the one built into VSVim.
See [VSVim](https://github.com/VsVim/VsVim/i…
-
**Describe the bug**
`:tabonly` stopped working after I upgraded VS.
**To Reproduce**
Steps to reproduce the behavior:
1. Open multiple tabs
2. Run `:tabonly`
**Expected behavior**
The …
-
When using the Solarized Dark theme with vsvim, The entire line at the caret will be highlighted in an annoying way. The other themes do not appear to do this. Happy to help, but I don't know what va…
-
**Describe the bug**
I use `gg=G''` to format the entire file and bring the cursor back to its original position (instead of the top of the document). Although `gg=G` works as expected, `''` does not…
-
Instructions here: https://github.com/junegunn/vim-plug
This is also useful in tandem with Visual Studio VsVim.