jgarciad
jgarciad

Reputation: 335

Avoid the escape key in VsVim

Vim has the shortcut CTRL+[ that can be used instead of the escape key ESC. This shortcut is used by Visual Studio to open the Team Explorer. How can I replace this shortcut in order to use it like Vim?

Upvotes: 3

Views: 1894

Answers (1)

JaredPar
JaredPar

Reputation: 754585

To make this work you just need to switch control of CTRL+[ to VsVim via the options page:

  • Tools -> Options -> VsVim
  • Keyboard
  • Change the combo box to VsVim for CTRL+[

Upvotes: 4

Related Questions