Example 554

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vim"
shortcuts: [
{
key: "Cmd+Shift+L"
action: "format"
when: "editor"
}

{
key: "Ctrl+`"
action: "toggle_terminal"
when: "debug"
}

{
key: "Ctrl+B"
action: "find_references"
when: "editor"
}

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

See also