Example 6159
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "emacs"
shortcuts: [
{
key: "F5"
action: "toggle_comment"
when: "debug"
}
{
key: "Cmd+Shift+L"
action: "select_all_occurrences"
when: "global"
}
{
key: "Ctrl+/"
action: "command_palette"
when: "terminal"
}
{
key: "Alt+F7"
action: "toggle_terminal"
when: "global"
}
]
}