Example 14548

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "F5"
action: "toggle_sidebar"
when: "debug"
}

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

{
key: "Ctrl+D"
action: "toggle_terminal"
when: "debug"
}

{
key: "Alt+Up"
action: "toggle_sidebar"
when: "editor"
}

{
key: "Cmd+K"
action: "search_project"
when: "terminal"
}

{
key: "F5"
action: "toggle_sidebar"
when: "debug"
}
]
}

See also