3

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?

Keith Pinson
  • 7,835
  • 7
  • 61
  • 104
jgarciad
  • 335
  • 2
  • 10

1 Answers1

4

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+[
Keith Pinson
  • 7,835
  • 7
  • 61
  • 104
JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
  • 1
    This option does not exists in that menu. – jgarciad Sep 10 '14 at 02:08
  • @jgarciad Can you see what key the Ctrl+[ is bound to on your solution? Tools -> Options -> Environment -> Keyboard. Go to the input box, hit Ctrl+[ and see what commands it is bound to. – JaredPar Oct 30 '14 at 21:51