Example 17144
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "vim"
shortcuts: [
{
key: "Ctrl+/"
action: "format"
when: "global"
}
{
key: "Cmd+Shift+L"
action: "search_project"
when: "terminal"
}
{
key: "Ctrl+/"
action: "save"
when: "debug"
}
]
}