Example 3045

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vim"
shortcuts: [
{
key: "Cmd+Shift+L"
action: "format"
when: "global"
}

{
key: "Ctrl+B"
action: "command_palette"
when: "terminal"
}

{
key: "Ctrl+D"
action: "toggle_terminal"
when: "global"
}

{
key: "Alt+F7"
action: "toggle_comment"
when: "debug"
}
]
}

See also