Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Print keybindings shortcutsNew to Visual Studio Code? Get it now.
Print keybindings shortcuts

Print keybindings shortcuts

Amro Khaled

|
1,226 installs
| (0) | Free
Get a markdown file of your shortcuts key bindings
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode Key Bindings to markdown extension

View on Marketplace Submit your issues/suggestions here

Generate you key bindings list to markdown file


Usage

Command Palette

Sort by command name

  • keybindings: Generate markdown

Sort by key

  • keybindings: Generate markdown - sort by keys

Group by extension name, sorted by command name

  • Keybindings: Generate markdown (Group by extension name)

Group by extension name, sorted by key

  • Keybindings: Generate markdown (Group by extension name) - sort by keys

Default output location is .vscode/keybindings.md.

To ignore commands from displaying

  1. Open settings file, hit cmd+p then type Preferences: Open Settings (JSON)
  2. Look for key keybindings-to-md.remove-commands-on-generate
  3. Update the existing array value with full command name, you can view commands by run > Preferences: Open Keyboard Shortcuts (JSON)

example:

    "keybindings-to-md.remove-commands-on-generate" : [
        ...
        workbench.action.exitZenMode,
        ...
    ]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft