GitHub Command Palette

Use the command palette in GitHub to navigate, search, and run commands directly from your keyboard.

Note: The GitHub Command Palette is currently in public beta and is subject to change.

Acerca de GitHub Command Palette

You can navigate, search, and run commands on GitHub with the GitHub Command Palette. The command palette is an on-demand way to show suggestions based on your current context and resources you've used recently. You can open the command palette with a keyboard shortcut from anywhere on GitHub, which saves you time and keeps your hands on the keyboard.

Fast navigation

When you open the command palette, the suggestions are optimized to give you easy access from anywhere in a repository, user account, or organization to top-level pages like the Issues page. If the location you want isn't listed, start entering the name or number for the location to refine the suggestions.

Command palette repository suggestions

Easy access to commands

The ability to run commands directly from your keyboard, without navigating through a series of menus, may change the way you use GitHub. For example, you can switch themes with a few keystrokes, making it easy to toggle between themes as your needs change.

Command palette change theme

Abrir el GitHub Command Palette

Open the command palette using one of the following keyboard shortcuts:

  • Windows and Linux: Ctlk or Ctlaltk
  • Mac: k or optionk

When you open the command palette, it shows your location at the top left and uses it as the scope for suggestions (for example, the mashed-avocado organization).

Command palette launch

Notas:

  • If you are editing Markdown text, open the command palette with Ctlaltk (Windows and Linux) or optionk (Mac).
  • If you are working on a project (beta), a project-specific command palette is displayed instead. Para obtener más información, consulta la sección "Personalizar las vistas de tu proyecto (beta)".

Navigating with the GitHub Command Palette

You can use the command palette to navigate to any page that you have access to on GitHub.

  1. Use Ctrlk (Windows and Linux) or k (Mac) to open the command palette with a scope determined by your current location in the UI.

  2. Start typing the path you want to navigate to. The suggestions in the command palette change to match your text.

    Command palette navigation current scope

  3. Optionally, narrow, expand, or completely change the scope for suggestions by editing the path in the command palette's text field.

    • To narrow the scope within a user or organization account, highlight a repository then use Tab to add it to the scope.
    • To expand the scope, highlight and remove an item in the scope using the Backspace or delete key.
    • To clear the scope and text box, click Clear.

    You can also use keystrokes to narrow your search. For more information, see "Keystroke functions."

  4. Finish entering the path, or use the arrow keys to highlight the path you want from the list of suggestions.

  5. Use Enter to jump to your chosen location. Alternatively, use CtlEnter (Windows and Linx) or Enter (Mac) to open the location in a new browser tab.

Searching with the GitHub Command Palette

You can use the command palette to search for anything on GitHub.com.

  1. Use Ctrlk (Windows and Linux) or k (Mac) to open the command palette with a scope determined by your current location in the UI.

  2. Optionally, narrow, expand, or completely change the scope for suggestions by editing the path in the command palette's text field.

    • To narrow the scope within a user or organization account, highlight a repository then use Tab to add it to the scope.
    • To expand the scope, highlight and remove an item in the scope using the Backspace or delete key.
    • To clear the scope and text box, click Clear.
  3. Optionally, use keystrokes to find specific types of resource:

    • # Search for issues, pull requests, discussions, and projects
    • ! Search for projects
    • @ Search for users, organizations, and repositories
    • / Search for files within a repository scope

    Command palette search files

  4. Begin entering your search terms. The command palette will offer you a range of suggested searches based on your search scope.

    You can also use the full syntax of GitHub's integrated search within the command palette. For more information, see "Searching for information on GitHub."

  5. Use the arrow keys to highlight the search result you want and use Enter to jump to your chosen location. Alternatively, use CtlEnter (Windows and Linx) or Enter (Mac) to open the location in a new browser tab.

Running commands from the GitHub Command Palette

You can use the GitHub Command Palette to run commands. For example, you can create a new repository or issue, or change your theme. When you run a command, the location for its action is determined by either the underlying page or the scope shown in the command palette.

  • Pull request and issue commands always run on the underlying page.
  • Higher-level commands, for example, repository commands, run in the scope shown in the command palette.

For a full list of supported commands, see "GitHub Command Palette reference."

  1. Use CtrlShiftk (Windows and Linux) or Shiftk (Mac) to open the command palette in command mode. If you already have the command palette open, press > to switch to command mode. GitHub suggests commands based on your location.

    Command palette command mode

  2. Optionally, narrow, expand, or completely change the scope for suggestions by editing the path in the command palette's text field.

    • To narrow the scope within a user or organization account, highlight a repository then use Tab to add it to the scope.
    • To expand the scope, highlight and remove an item in the scope using the Backspace or delete key.
    • To clear the scope and text box, click Clear.
  3. If the command you want is not displayed, check your scope then start entering the command name in the text box.

  4. Use the arrow keys to highlight the command you want and use Enter to run it.

GitHub Command Palette reference

Keystroke functions

These keystrokes are available when the command palette is in navigation and search modes, that is, they are not available in command mode.

KeystrokeFunción
>Enter command mode. For more information, see "Running commands from the GitHub Command Palette."
#Search for issues, pull requests, discussions, and projects. For more information, see "Searching with the GitHub Command Palette."
@Search for users, organizations, and repositories. For more information, see "Searching with the GitHub Command Palette."
/Search for files within a repository scope or repositories within an organization scope. For more information, see "Searching with the GitHub Command Palette."
!Search just for projects. For more information, see "Searching with the GitHub Command Palette."
Ctrlc or cCopy the search or navigation URL for the highlighted result to the clipboard.
EnterJump to the highlighted result or run the highlighted command.
CtrlEnter or EnterOpen the highlighted search or navigation result in a new brower tab.
?Display help within the command palette.

Global commands

These commands are available from all scopes.

CommandBehavior
Import repositoryCreate a new repository by importing a project from another version control system. For more information, see "Importing a repository with GitHub importer."
New gistOpen a new gist. For more information, see "Creating a gist."
New organizationCreate a new organization. Para obtener más información, consulta la sección "Crear una organización nueva desde cero".
Proyecto nueuvoCreate a new project board. For more information, see "Creating a project."
New repositoryCreate a new repository from scratch. Para obtener más información, consulta la sección "Crear un nuevo repositorio."
Switch theme to <theme name>Change directly to a different theme for the UI. For more information, see "Managing your theme settings."

Organization commands

These commands are available only within the scope of an organization.

CommandBehavior
New teamCreate a new team in the current organization. Para obtener más información, consulta la sección "Crear un equipo".

Repository commands

Most of these commands are available only on the home page of the repository. If a command is also available on other pages, this is noted in the behavior column.

CommandBehavior
Clone repository: <URL type>Copy the URL needed to clone the repository using CLI de GitHub, HTTPS, or SSH to the clipboard. Para obtener más información, consulta "Clonar un repositorio".
New discussionCreate a new discussion in the repository. For more information, see "Creating a new discussion."
New fileCreate a new file from any page in the repository. Para obtener más información, consulta la sección "Agregar un archivo a un repositorio."
New issueOpen a new issue from any page in the repository. Para obtener más información, consulta la sección "Crear una propuesta".
Open in new codespaceCreate and open a codespace for this repository. Para obtener más información, consulta la sección "Crear un codespace".
Open in github.dev editorOpen the current repository in the github.dev editor. For more information, see "Opening the web based editor."

File commands

These commands are available only when you open the command palette from a file in a repository.

CommandBehavior
Copy permalinkCreate a link to the file that includes the current commit SHA and copy the link to the clipboard. Para obtener más información, consulta "Obtener enlaces permanentes a los archivos".
Open in github.dev editorOpen the currently displayed file in github.dev editor. For more information, see "Opening the web based editor."

Discussion commands

These commands are available only when you open the command palette from a discussion. They act on your current page and are not affected by the scope set in the command palette.

CommandBehavior
Delete discussion...Permanently delete the discussion. Para obtener más información, consulta la sección "Administrar los debates en tu repositorio".
Edit discussion bodyOpen the main body of the discussion ready for editing.
Subscribe/unsubscribeOpt in or out of notifications for additions to the discussion. Para obtener más información, consulta la sección "Acerca de las notificaciones".
Transfer discussion...Move the discussion to a different repository. Para obtener más información, consulta la sección "Administrar los debates en tu repositorio".

Issue commands

These commands are available only when you open the command palette from an issue. They act on your current page and are not affected by the scope set in the command palette.

CommandBehavior
Close/reopen issueClose or reopen the current issue. Para obtener más información, consulta "Acerca de las propuestas".
Convert issue to discussion...Convert the current issue into a discussion. Para obtener más información, consulta la sección "Moderar los debates".
Delete issue...Delete the current issue. Para obtener más información, consulta la sección "Borrar una propuesta".
Edit issue bodyOpen the main body of the issue ready for editing.
Edit issue titleOpen the title of the issue ready for editing.
Lock issueLimit new comments to users with write access to the repository. Para obtener más información, consulta "Bloquear conversaciones."
Pin/unpin issueChange whether or not the issue is shown in the pinned issues section for the repository. Para obtener más información, consulta "Anclar una propuesta a tu repositorio".
Subscribe/unscubscribeOpt in or out of notifications for changes to this issue. Para obtener más información, consulta la sección "Acerca de las notificaciones".
Transfer issue...Transfer the issue to another repository. Para obtener más información, consulta "Transferir una propuesta a otro repositorio."

Pull request commands

These commands are available only when you open the command palette from a pull request. They act on your current page and are not affected by the scope set in the command palette.

CommandBehavior
Close/reopen pull requestClose or reopen the current pull request. Para obtener más información, consulta "Acerca de las solicitudes de extracción."
Convert to draft/Mark pull request as ready for reviewChange the state of the pull request to show it as ready, or not ready, for review. For more information, see "Changing the state of a pull request."
Copy current branch nameAdd the name of the head branch for the pull request to the clipboard.
Edit pull request bodyOpen the main body of the pull request ready for editing.
Edit pull request titleOpen the title of the pull request ready for editing.
Open in new codespaceCreate and open a codespace for the head branch of the pull request. Para obtener más información, consulta la sección "Crear un codespace".
Subscribe/unscubscribeOpt in or out of notifications for changes to this pull request. Para obtener más información, consulta la sección "Acerca de las notificaciones".
Update current branchUpdate the head branch of the pull request with changes from the base branch. This is available only for pull requests that target the default branch of the repository. Para obtener más información, consulta "Acerca de las ramas."

¿Te ayudó este documento?

Política de privacidad

¡Ayúdanos a hacer geniales estos documentos!

Todos los documentos de GitHub son de código abierto. ¿Notas algo que esté mal o que no sea claro? Emite una solicitud de cambios.

Haz una contribución

O, aprende cómo contribuir.