Example 3941
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vim"
shortcuts: [
{
key: "Ctrl+B"
action: "search_project"
when: "debug"
}
{
key: "Ctrl+Shift+F"
action: "find_references"
when: "debug"
}
{
key: "Alt+F7"
action: "save"
when: "global"
}
]
}