Example 16156

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Ctrl+S"
action: "select_all_occurrences"
when: "terminal"
}

{
key: "Alt+Up"
action: "find_references"
when: "global"
}

{
key: "Alt+Up"
action: "find_references"
when: "terminal"
}

{
key: "Ctrl+Shift+P"
action: "command_palette"
when: "terminal"
}

{
key: "Cmd+K"
action: "search_project"
when: "global"
}
]
}

See also