Search code examples
visual-studionavigationkeyboard-shortcuts

How to navigate back to the last cursor position in Visual Studio?


What is the keyboard shortcut navigate back to the last cursor position in Visual Studio?


Solution

  • According to Visual C# 2008 Keybinding Reference Poster it is Ctrl + -. The name of the specific keybinding is View.NavigateBackward.

    PS: While researching I also found that Ctrl + . is the same as Shift + Alt + F10. Nice!