Example 3260

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vim"
shortcuts: [
{
key: "Ctrl+B"
action: "command_palette"
when: "global"
}

{
key: "Ctrl+`"
action: "toggle_comment"
when: "global"
}

{
key: "Alt+F7"
action: "select_all_occurrences"
when: "terminal"
}

{
key: "Cmd+K"
action: "toggle_comment"
when: "debug"
}

{
key: "Ctrl+S"
action: "toggle_comment"
when: "terminal"
}
]
}

See also