Table of Contents

Keyboard Shortcuts Settings

  • Open command palette (ctrl + shift + p or F1)
  • Enter Preferences: Open Keyboard Shortcuts

Settings for ME

  • Open Changes: ctrl + alt + d (View diffs)
  • View Git Graph: ctrl + alt + h (For git graph extension)
  • markdown.extension.editing.toggleBold: ctrl + k + ctrl + shift + b (Toggle bold in markdown files for markdown extension. Original: ctrl + b. Avoiding the conflict with workbench.action.toggleSidebarVisibility)
  • markdown.extension.editing.toggleItalic: ctrl + k + ctrl + shift + i (Toggle italic in markdown files for markdown extension. Original: ctrl + i. Avoiding the conflict with inlineChat.start)