Example 6950

Keyboard Shortcuts

Editor keyboard shortcut bindings.

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

{
key: "Ctrl+Shift+F"
action: "toggle_terminal"
when: "global"
}

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

{
key: "Ctrl+Shift+P"
action: "toggle_terminal"
when: "global"
}

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

{
key: "F5"
action: "save"
when: "debug"
}

{
key: "Alt+Up"
action: "format"
when: "debug"
}
]
}

See also