I’ve noticed some increased interest lately around how to use ViEmu and ReSharper together. I have been using both for some time now and I have found that creating custom keyboard mappings in the best route. I am able to use these mappings without any conflicts between ViEmu and Resharper. I also have a couple handy defaults that go along nicely with this setup.
**Visual Studio Custom Maps**
Shift+Alt+J - Resharper.GotoNextMethod
Shift+Alt+K - Resharper.GotoPrevMethod
Shift+Alt+I - Resharper.Generate
Shift+Alt+R - Resharper.RefactorThis
Shift+Alt+E - Resharper.UnitTest_ContextRun
Shift+Alt+D - Resharper.UnitTest_ContextDebug
Shift+Alt+F - Resharper.GotoFile
Shift+Alt+S - Resharper.GotoSymbol
Shift+Alt+T - Resharper.UnitTest_RunCurrentSession
Shift+Alt+N - Resharper.GotoNextErrorInSolution
Shift+Alt+P - Resharper.GotoPrevErrorInSolution
Shift+Alt+B - Build.BuildSelection
Shift+Alt+C - Window.CloseAllDocuments
Shift+Alt+X - File.CloseAllButThis
Ctrl+Alt+E - View.ErrorList
**Visual Studio Defaults**
Ctrl+Alt+O - View.Output
Ctrl+Alt+l - View.SolutionExplorer
Shift+Esc - Window.CloseToolWindow