vote up 3 vote down star
1

I'm trying to bind the following shortcut: Ctrl + W to close tabs

How can you customize VS to add/change shortcuts? Also, what are the most useful shortcuts you guys have found?

flag

80% accept rate

6 Answers

vote up 4 vote down check

Tools > Options > (Show all settings), then Environment > Keyboard.

Here, rebind the key “File.Close” to Ctrl+W.

link|flag
vote up 3 vote down

I keep a link to Jeff's shortcuts page, and refer to it to learn the shortcuts for all tasks I find myself regularly doing. I also use VisualAssist, and use a lot of:

  • toggling between .h and .cpp files (yes, I code in C++ :) ) (Alt-o);
  • going to the definition of sthing (Alt-g).
link|flag
vote up 2 vote down

Tools > Options > Environment > Keyboard

I find most of them useful TBH!

Commenting, Bookmarking, Incremental Search, etc etc.

The one you want to override by the way is Window.CloseDocumentWindow which defaults to CTRL+F4

link|flag
vote up 1 vote down

VS 2005/2008 Keybinding posters:

These don't cover customizations but they're good reference materials and definitely helpful for finding new shortcuts.

link|flag
vote up 0 vote down

I have tried this, but now Resharper's default Ctrl-W shortcut is taking over... I can't find any way in Resharper's options to disable that binding. Any ideas?

link|flag
vote up 0 vote down

Ctrl-Shift-Space shows the syntax/overloads for the current function you are typing parameters for.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.