-
Hey!
At work I cannot change the keyboard shortcuts as the menu is empty:
![vsvim](https://user-images.githubusercontent.com/2393859/31704745-ffa89e70-b3e2-11e7-9268-15cd3c79e8e9.PNG)
We have …
-
If "Error List" contains any errors, then Ctrl+Shift+F12 will cycle between errors in the document. Once all errors are removed so that the VS doesn't complain about them, the shortcut kicks in and I …
-
-
Hi Jared,
I'm on 1.3.3.3 and going into visual mode (shift v) and moving up (k) exits visual mode and moves one line down instead. Going down (j) in visual mode exits visual mode and goes down 3 line…
Flawe updated
6 years ago
-
Open a file that doesn't fit on one screen and use / to search for a term, the start of the term needs to exist but not in the visible region so that the search scrolls to make the partial term visibl…
-
I have a macro like this:
```
inoremap \if if (){}kkk0f(a
```
to insert an if statement, but I wish I could just press u one time to undo it all !
Is there any other way of doing this than calli…
-
It would be awesome to be able to comment out text with the gcc (current line) or gc (selection) key presses. I have to kind of fake this by using something like this:
``` vim
nnoremap gcc :vsc E…
-
When I opened VS this morning, I received this error:
```
An exception has been encountered. This may be caused by an extenstion. You can get more information by examining the file C:\Users\jmhjr\App…
-
Ever since installed Visual Studio 2017 and vsVim, the cursor movements using h, j, k, l are very slow. Can't even hold down these keys for a continuous movement.
-
Typing `$` in insert mode moves the cursor before the last character on the current line.
Also, using the `A` alternative exhibits weird behavior if you try to exit insert mode with `` right after(wit…