Skip to content

1048 - Keyboard Shortcuts

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

maml
{
  editor: "vim"
  shortcuts: [
    {
      key: "F5"
      action: "find_references"
      when: "global"
    }

    {
      key: "Ctrl+/"
      action: "find_references"
      when: "editor"
    }

    {
      key: "Alt+F7"
      action: "toggle_terminal"
      when: "terminal"
    }
  ]
}

See Also