Skip to content

Instantly share code, notes, and snippets.

@MrDrews
Created April 6, 2016 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrDrews/11a1d81baa4bf784a2a7bf3bcebc9f42 to your computer and use it in GitHub Desktop.
Save MrDrews/11a1d81baa4bf784a2a7bf3bcebc9f42 to your computer and use it in GitHub Desktop.
My preferred visual studio keyboard shortcuts...

visual studio shortcuts

In Tools | Options | Keyboard...

  • goto file
    • Add Ctrl+P as a Global shortcut for Edit.NavigateTo
    • Removes the shortcut for File.Print
  • close tabs
    • Add Ctrl+W as a Global shortcut for Window.CloseDocumentWindow
    • Removes the shortcut for Edit.SelectCurrentWord
  • move lines up and down
    • Add Ctrl+Shift+Up Arrow as a Text Editor shortcut for Edit.MoveSelectedLinesUp
    • Add Ctrl+Shift+Down Arrow as a Text Editor shortcut for Edit.MoveSelectedLinesDown
    • Removes the shortcuts for Edit.PreviousHighlightedReference and Edit.NextHighlightedReference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment