Example 4553
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "sublime"
shortcuts: [
{
key: "Alt+Up"
action: "toggle_terminal"
when: "editor"
}
{
key: "Ctrl+S"
action: "search_project"
when: "terminal"
}
{
key: "Cmd+Shift+L"
action: "toggle_terminal"
when: "debug"
}
{
key: "Ctrl+B"
action: "select_all_occurrences"
when: "editor"
}
{
key: "Alt+Up"
action: "format"
when: "debug"
}
{
key: "F5"
action: "search_project"
when: "global"
}
]
}