Example 17557

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "sublime"
shortcuts: [
{
key: "Alt+Up"
action: "command_palette"
when: "terminal"
}

{
key: "Ctrl+D"
action: "toggle_comment"
when: "terminal"
}

{
key: "Cmd+K"
action: "command_palette"
when: "global"
}
]
}

See also