Example 14358
Keyboard Shortcuts
Editor keyboard shortcut bindings.
{
editor: "sublime"
shortcuts: [
{
key: "Ctrl+S"
action: "command_palette"
when: "terminal"
}
{
key: "Alt+F7"
action: "select_all_occurrences"
when: "editor"
}
{
key: "F5"
action: "search_project"
when: "editor"
}
{
key: "Alt+F7"
action: "toggle_comment"
when: "editor"
}
{
key: "Alt+F7"
action: "search_project"
when: "global"
}
]
}