Example 11245

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vim"
shortcuts: [
{
key: "Alt+F7"
action: "toggle_terminal"
when: "terminal"
}

{
key: "Alt+F7"
action: "debug_run"
when: "editor"
}

{
key: "Ctrl+S"
action: "find_references"
when: "terminal"
}
]
}

See also