How to go to the first line of output in Visual Studio 2010?

299 Views Asked by At

When I hit Ctrl-Home in Visual Studio while editing code, I go to the beginning of the document. When I hit Ctrl-Home on the Output Window, Find Results, etc, I jump to the first tab in that tab group (for me, it jumps to Callstack).

How do I make this consistent?

I have VsVim installed. That may be doing something.

2

There are 2 best solutions below

0
On BEST ANSWER

Go to Tools > Options. Select Environment > Keyboard.

Set Edit.DocumentStart to whatever you want the shortcut to be (Ctrl+Home). Make sure you set it to Global.

2
On

Yes, VsVim does this. Another way to change this is to click on the 'options' button in the bottom right of your screen, and look for "Ctrl-Home" and say "Set To Visual Studio".