-
I noticed that Control f and Control b (page forward, page back) does not seem to be implemented? At least it was not seen on the supported features list.
This does conflict with VS 'find' and VS …
-
VS 2015 Pro, update 3.
VsVim 2.5.0.0
I am seeing this error (copied below, from ActivityLog.xml) more and more, typically when using commands such as _yiw_ , _diw_, _d2d_, etc.
Not every invoc…
ghost updated
6 years ago
-
For some reason, when tabbing or shift tabbing multiple lines of code, the gv characters are getting inserted. This is using the stock vsvimrc config on Visual Studio 2013.
-
Given this fragmented C# code in Vim:
![initial](https://f.cloud.github.com/assets/3661051/633779/255c8886-d209-11e2-88d8-d3cfa3fc8b32.png)
When I try to reformat the indentation of the object intia…
-
In VS2012, while editing xaml files (it does not seem to do it for other files?), if I hold the del key for too long (in my brain "x" and the del key are the same so it might be either), it will somet…
-
### Update from @cartermp
#3547 is the same issue, except for an error rather than the unused value analyzer.
#### Repro steps
1. Create a `let` binding in F# code, leave the value unused
2.…
-
In VIM, after highlight some word (or a sentence), after press ESC key, the highlighted part will be copied into clipboard, I found it is very useful. I cannot find this function in VsVim, may be I do…
-
Currently the options dialog for VsVim displays a description of the key bindings for Visual Studio, but not for Vim. It would be very helpful to show a description for both so user can more easily se…
-
I've noticed that if I jump the gun on my build and hit ctrl+shift+F12 before I have errors in my incredibuild window, vim will toggle to disabled. Once there are errors in the window I can no longer …
-
I'm using VS2012 and latest VsVim code. The problem is when I enter visual mode with v, Shift+V or Ctrl+V and then copy selected text with y, I am left in command line mode ( a colon show up in comman…