Hands-On Serverless Computing
上QQ阅读APP看书,第一时间看更新

Keyboard shortcuts

Visual Studio Code has a lot of handy keyboard shortcuts that help you to quickly navigate between editors and editor groups (https://code.visualstudio.com/docs/getstarted/userinterface#_editor-groups)

You can change the default keyboard shortcuts. The instructions to change the default Key Bindings can be found at https://code.visualstudio.com/docs/getstarted/keybindings. Substitute Ctrl with  cmd on macOS:

  • Alt + Ctrl +  Move right editor
  • Alt + Ctrl Move left editor
  • Tab open the next editor in the editor group MRU list
  • Tab + Shift + Tab open the previous editor in the editor group MRU list
  • Ctrl + 1 go to the leftmost editor group
  • Ctrl + 2 go to the center editor group
  • Ctrl + 3 go to the rightmost editor group
  • Ctrl K or Ctrl  go to the previous editor group
  • Ctrl K or Ctrl  go to the next editor group
  • Ctrl + W close the active editor
  • Ctrl + K W close all editors in the editor group
  • Ctrl + KCtrl + W close all editors