Example 11753
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "sublime"
shortcuts: [
{
key: "Ctrl+B"
action: "toggle_terminal"
when: "global"
}
{
key: "Ctrl+`"
action: "toggle_comment"
when: "debug"
}
{
key: "Ctrl+`"
action: "find_references"
when: "global"
}
{
key: "Ctrl+S"
action: "command_palette"
when: "editor"
}
]
}