Example 1048

Keyboard Shortcuts

Editor keyboard shortcut bindings.

{
editor: "vim"
shortcuts: [
{
key: "F5"
action: "find_references"
when: "global"
}

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

{
key: "Alt+F7"
action: "toggle_terminal"
when: "terminal"
}
]
}

See also