Example 13556
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vim"
shortcuts: [
{
key: "Ctrl+/"
action: "toggle_comment"
when: "terminal"
}
{
key: "Alt+F7"
action: "toggle_comment"
when: "editor"
}
{
key: "Cmd+K"
action: "select_all_occurrences"
when: "global"
}
{
key: "Ctrl+/"
action: "toggle_comment"
when: "terminal"
}
{
key: "Ctrl+D"
action: "command_palette"
when: "debug"
}
]
}