Example 10749

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Ctrl+/"
action: "select_all_occurrences"
when: "debug"
}

{
key: "Ctrl+Shift+F"
action: "toggle_sidebar"
when: "terminal"
}

{
key: "Ctrl+Shift+F"
action: "find_references"
when: "debug"
}
]
}

See also