This page acts as a way to document the shortcuts I like to configure when working in Visual Studio. I generally set these up with the primary goals being to eliminate any/all use of the mouse and to try to mirror my Vim controls as closely as possible. I use VsVim; however, the functionality doesn't make everything I'd like to do possible, such as setting <Space> as the leader key and running Visual Studio commands via chords. This is my attempt to pseudo-vimify the IDE.
Command: ReSharper.ReSharper_GotoFile
Command: View.SolutionExplorer
Command: Edit.FindinFiles
Command: Edit.ReplaceinFiles
Command: Project.NewFolder Notes: This should be run from within the solution explorer pane.
Command: Project.NewFile Notes: This should be run from within the solution explorer pane.
Command: Project.AddClass Notes: This should be run from within the solution explorer pane.
Command: Project.AddNewItem Notes: This should be run from within the solution explorer pane.
Command: Project.AddExistingItem Notes: This should be run from within the solution explorer pane.
Command: Debug.ToggleBreakpoint
Command: Edit.GoToDefinition
Command: Edit.GoToImplementation
Command: QueryDesigner.GotoRow
Command: View.NavigateBackward
Command: View.NavigateForward