Example 8143

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "emacs"
shortcuts: [
{
key: "Alt+F7"
action: "save"
when: "editor"
}

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

{
key: "Alt+Up"
action: "save"
when: "debug"
}

{
key: "Ctrl+B"
action: "search_project"
when: "debug"
}

{
key: "Cmd+Shift+L"
action: "select_all_occurrences"
when: "editor"
}
]
}

See also