Skip to content

1143 - Keyboard Shortcuts

Editor keyboard shortcut bindings. This is an example of a MAML document.

maml
{
  editor: "sublime"
  shortcuts: [
    {
      key: "Cmd+K"
      action: "find_references"
      when: "global"
    }

    {
      key: "Ctrl+D"
      action: "search_project"
      when: "editor"
    }

    {
      key: "Ctrl+D"
      action: "toggle_sidebar"
      when: "debug"
    }
  ]
}

See Also