VsVim is a free Visual Studio extension that makes the code editor a vim emulator. Written by Jared Parsons. https://github.com/jaredpar/VsVim
2
votes
1answer
48 views
Enable text highlighting in VsVim
I really like text highlighting in Vim for searches and Shift-8. Is there anyway to enable it in VsVim on VS 2010 or VS 2012?
2
votes
1answer
223 views
VsVim settings save file
I have VsVim and when I load my solution file, I always need to :set ignorecase and :set smartcase each time. I'd like to save these settings, but I can't find where VsVim stores its settings or how ...
0
votes
0answers
31 views
Problems with command history in vsvim
Please could someone exlpain how the command history is intended to work in VsVim.
I was expecting q: to bring it up, however this is not functioning for me in VS2010.
:history does bring it up but ...
1
vote
1answer
373 views
VsVim - how to enable C-U/C-D with ReSharper installed
I have recently installed VsVim and ReSharper into VS 2010. The ReSharper hotkeys seems to override those of VsVim.
Is there a way to make VsVim commands higher priority than those of ReSharper?
...
4
votes
1answer
169 views
How to do “Surround-with” to a selected word with free-text(not predefined) in Visual Studio 2010, like in Vim
Like in Vim after install Surround plugin, user can select a word and then press "s" key, then input a tag or any free-text he want to use to surround the selected word.
I know in Visual Studio you ...
2
votes
1answer
1k views
How to activate VsVim?
I am using ReSharper on Visual Studio but also i'm a vim user. I heard this VsVim. I downloaded it and installed the extension for visual studio 2010. But can't get the any of the vim commands to ...
2
votes
3answers
227 views
How to change/delete between blocks and braces using VSVIM
I am using vsvim and I think that it is a great tool.
The only issue I have is regarding changing/deleting text between braces and parentheses doesn't seem to work.
Here some examples I have ...
1
vote
2answers
355 views
How to redo when using VsVim?
I'm using VS 2010 + latest VsVim. Looks like Vim Ctrl+R does not work in VsVim. Is that true?
VS handled Ctrl+R, saying: (Ctrl+R) was pressed. Waiting for second key of chord...
Is there any way to ...
5
votes
1answer
546 views
Visual block shift-i(nsert) in VsVim
In GVim on linux I am used to being able to do Ctrl-V then I, type whatever I want at the beginning of the first line, hit Esc and then Vim will insert whatever I typed to every row. I have tried this ...
0
votes
1answer
63 views
How to go to the first line of output in Visual Studio 2010?
When I hit Ctrl-Home in Visual Studio while editing code, I go to the beginning of the document. When I hit Ctrl-Home on the Output Window, Find Results, etc, I jump to the first tab in that tab group ...
18
votes
1answer
2k views
how to change color of vim cursor in Visual Studio 2010
I have installed the Vim key bindings extension in Visual Studio 2010. I also have a color scheme setup with a dark background. This creates a problem since Vim key bindings extension has set my ...
3
votes
2answers
500 views
Can't open the VSVim project
I have a clean install of Visual Studio 2010 with C# and F# installed and I am getting the following error when I try to open the solution cloned from github.
D:\projects\VsVim\VsVim\VsVim.csproj ...
6
votes
1answer
3k views
Is there a vsVim User Guide?
I've just recently downloaded vsVim to use it with Visual Studio 2010 and join the Vi way. But I haven't been able to find information regarding the specific vsVim documentation.
I know how to use ...
1
vote
1answer
266 views
How to append at the end of line using VSVIM
I am using vsvim and I think that it is a great tool.
But I have a problem. It seems the "A" doesn't work when I type 'A' to append at the end of line. Is there any extra configuration required? Or ...
