One of the greatest productivity gains you can make is to type less and navigate through your code faster. VsVim, written by Jared Parsons, is an extension for Visual Studio 2010 and later which will ...
In order to allow developers to have different settings for VsVim it prefers vimrc files in a different order. It will look for the following files in the listed order There are settings defined by ...
I am occasionally asked how difficult it would be to port VsVim to other applications. Or more specifically how much of a dependency does VsVim have on Visual Studio. To answer this I need to first ...