2019-10-28 02:06:30 -04:00
---
2020-10-30 14:08:56 -04:00
stage: none
group: unassigned
2020-11-26 01:09:20 -05:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2019-10-28 02:06:30 -04:00
type: reference
disqus_identifier: 'https://docs.gitlab.com/ee/workflow/shortcuts.html'
---
2021-03-08 22:09:36 -05:00
# GitLab keyboard shortcuts **(FREE)**
GitLab has several keyboard shortcuts you can use to access its different
features.
To display a window in GitLab that lists its keyboard shortcuts, use one of the
following methods:
- Press < kbd > ?</ kbd > .
2021-04-29 11:10:07 -04:00
- In the Help menu in the top right of the application, select **Keyboard shortcuts** .
2019-10-28 02:06:30 -04:00
2020-06-11 23:08:22 -04:00
In [GitLab 12.8 and later ](https://gitlab.com/gitlab-org/gitlab/-/issues/22113 ),
2021-03-08 22:09:36 -05:00
you can disable keyboard shortcuts by using the **Keyboard shortcuts** toggle
at the top of the keyboard shortcut window.
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
Although [global shortcuts ](#global-shortcuts ) work from any area of GitLab,
you must be in specific pages for the other shortcuts to be available, as
explained in each section.
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
## Global shortcuts
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
These shortcuts are available in most areas of GitLab:
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|---------------------------------|-------------|
| < kbd > ?< / kbd > | Show or hide the shortcut reference sheet. |
2019-10-28 02:06:30 -04:00
| < kbd > Shift< / kbd > + < kbd > p< / kbd > | Go to your Projects page. |
| < kbd > Shift< / kbd > + < kbd > g< / kbd > | Go to your Groups page. |
| < kbd > Shift< / kbd > + < kbd > a< / kbd > | Go to your Activity page. |
| < kbd > Shift< / kbd > + < kbd > l< / kbd > | Go to your Milestones page. |
| < kbd > Shift< / kbd > + < kbd > s< / kbd > | Go to your Snippets page. |
2020-08-24 05:10:14 -04:00
| < kbd > s< / kbd > / < kbd > /< / kbd > | Put cursor in the search bar. |
2019-10-28 02:06:30 -04:00
| < kbd > Shift< / kbd > + < kbd > i< / kbd > | Go to your Issues page. |
| < kbd > Shift< / kbd > + < kbd > m< / kbd > | Go to your Merge requests page.|
| < kbd > Shift< / kbd > + < kbd > t< / kbd > | Go to your To-Do List page. |
2021-03-08 22:09:36 -05:00
| < kbd > p< / kbd > + < kbd > b< / kbd > | Show or hide the Performance Bar. |
2021-02-04 16:09:06 -05:00
| < kbd > g</ kbd > + < kbd > x</ kbd > | Toggle between [GitLab ](https://gitlab.com/ ) and [GitLab Next ](https://next.gitlab.com/ ) (GitLab SaaS only). |
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
Additionally, the following shortcuts are available when editing text in text
fields (for example, comments, replies, issue descriptions, and merge request
descriptions):
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|---------------------------------------------------------------------------|-------------|
| < kbd > ↑< / kbd > | Edit your last comment. You must be in a blank text field below a thread, and you must already have at least one comment in the thread. |
| < kbd > ⌘</ kbd > (Mac) / < kbd > Control</ kbd > + < kbd > Shift</ kbd > + < kbd > p</ kbd > | Toggle Markdown preview when editing text in a text field that has **Write** and **Preview** tabs at the top. |
2021-01-22 04:08:53 -05:00
| < kbd > ⌘</ kbd > (Mac) / < kbd > Control</ kbd > + < kbd > b</ kbd > | Bold the selected text (surround it with `**` ). |
| < kbd > ⌘</ kbd > (Mac) / < kbd > Control</ kbd > + < kbd > i</ kbd > | Italicize the selected text (surround it with `_` ). |
| < kbd > ⌘</ kbd > (Mac) / < kbd > Control</ kbd > + < kbd > k</ kbd > | Add a link (surround the selected text with `[]()` ). |
2020-09-11 20:08:44 -04:00
2021-03-08 22:09:36 -05:00
The shortcuts for editing in text fields are always enabled, even if other
keyboard shortcuts are disabled.
2019-10-28 02:06:30 -04:00
## Project
2021-03-08 22:09:36 -05:00
These shortcuts are available from any page in a project. You must type them
2020-11-19 22:09:15 -05:00
relatively quickly to work, and they take you to another page in the project.
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|-----------------------------|-------------|
2019-10-28 02:06:30 -04:00
| < kbd > g< / kbd > + < kbd > p< / kbd > | Go to the project home page (**Project > Details**). |
| < kbd > g< / kbd > + < kbd > v< / kbd > | Go to the project activity feed (**Project > Activity**). |
| < kbd > g< / kbd > + < kbd > r< / kbd > | Go to the project releases list (**Project > Releases**). |
| < kbd > g</ kbd > + < kbd > f</ kbd > | Go to the [project files ](#project-files ) list (**Repository > Files**). |
2021-03-08 22:09:36 -05:00
| < kbd > t</ kbd > | Go to the project file search page. (**Repository > Files**, select **Find Files** ). |
2019-10-28 02:06:30 -04:00
| < kbd > g< / kbd > + < kbd > c< / kbd > | Go to the project commits list (**Repository > Commits**). |
| < kbd > g</ kbd > + < kbd > n</ kbd > | Go to the [repository graph ](#repository-graph ) page (**Repository > Graph**). |
2020-02-14 16:09:08 -05:00
| < kbd > g< / kbd > + < kbd > d< / kbd > | Go to repository charts (**Analytics > Repository Analytics**). |
2019-10-28 02:06:30 -04:00
| < kbd > g< / kbd > + < kbd > i< / kbd > | Go to the project issues list (**Issues > List**). |
2021-03-08 22:09:36 -05:00
| < kbd > i</ kbd > | Go to the New Issue page (**Issues**, select **New Issue** ). |
2019-10-28 02:06:30 -04:00
| < kbd > g< / kbd > + < kbd > b< / kbd > | Go to the project issue boards list (**Issues > Boards**). |
| < kbd > g< / kbd > + < kbd > m< / kbd > | Go to the project merge requests list (**Merge Requests**). |
| < kbd > g< / kbd > + < kbd > j< / kbd > | Go to the CI/CD jobs list (**CI/CD > Jobs**). |
2021-06-15 05:10:21 -04:00
| < kbd > g< / kbd > + < kbd > l< / kbd > | Go to the project metrics (**Monitor > Metrics**). |
| < kbd > g< / kbd > + < kbd > e< / kbd > | Go to the project environments (**Deployments > Environments**). |
| < kbd > g</ kbd > + < kbd > k</ kbd > | Go to the project Kubernetes cluster integration page (**Infrastructure > Kubernetes**). Note that you must have at least [`maintainer` permissions ](permissions.md ) to access this page. |
2019-10-28 02:06:30 -04:00
| < kbd > g< / kbd > + < kbd > s< / kbd > | Go to the project snippets list (**Snippets**). |
| < kbd > g< / kbd > + < kbd > w< / kbd > | Go to the project wiki (**Wiki**), if enabled. |
2021-03-08 22:09:36 -05:00
### Issues and merge requests
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
These shortcuts are available when viewing issues and merge requests:
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|------------------------------|-------------|
2019-10-28 02:06:30 -04:00
| < kbd > e< / kbd > | Edit description. |
| < kbd > a< / kbd > | Change assignee. |
| < kbd > m< / kbd > | Change milestone. |
| < kbd > l< / kbd > | Change label. |
2021-03-08 22:09:36 -05:00
| < kbd > r< / kbd > | Start writing a comment. Pre-selected text is quoted in the comment. Can't be used to reply in a thread. |
2020-07-09 11:08:59 -04:00
| < kbd > n< / kbd > | Move to next unresolved discussion (merge requests only). |
| < kbd > p< / kbd > | Move to previous unresolved discussion (merge requests only). |
| < kbd > ]< / kbd > or < kbd > j< / kbd > | Move to next file (merge requests only). |
| < kbd > [< / kbd > or < kbd > k< / kbd > | Move to previous file (merge requests only). |
| < kbd > b< / kbd > | Copy source branch name (merge requests only). |
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
### Project files
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
These shortcuts are available when browsing the files in a project (go to
**Repository > Files**):
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|-------------------|-------------|
2019-10-28 02:06:30 -04:00
| < kbd > ↑< / kbd > | Move selection up. |
| < kbd > ↓< / kbd > | Move selection down. |
| < kbd > enter< / kbd > | Open selection. |
2021-03-08 22:09:36 -05:00
| < kbd > Escape</ kbd > | Go back to file list screen (only while searching for files, **Repository > Files** , then select **Find File** ). |
2019-10-28 02:06:30 -04:00
| < kbd > y< / kbd > | Go to file permalink (only while viewing a file). |
### Web IDE
These shortcuts are available when editing a file with the [Web IDE ](project/web_ide/index.md ):
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|------------------------------------------------------------|-------------|
2021-01-22 04:08:53 -05:00
| < kbd > ⌘< / kbd > (Mac) / < kbd > Control< / kbd > + < kbd > p< / kbd > | Search for, and then open another file for editing. |
| < kbd > ⌘< / kbd > (Mac) / < kbd > Control< / kbd > + < kbd > Enter< / kbd > | Commit (when editing the commit message). |
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
### Repository graph
2019-10-28 02:06:30 -04:00
2021-05-24 20:10:54 -04:00
These shortcuts are available when viewing the project [repository graph ](project/repository/index.md#repository-history-graph )
2019-10-28 02:06:30 -04:00
page (navigate to **Repository > Graph** ):
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|--------------------------------------------------------------------|-------------|
2019-10-28 02:06:30 -04:00
| < kbd > ←< / kbd > or < kbd > h< / kbd > | Scroll left. |
| < kbd > →< / kbd > or < kbd > l< / kbd > | Scroll right. |
| < kbd > ↑< / kbd > or < kbd > k< / kbd > | Scroll up. |
| < kbd > ↓< / kbd > or < kbd > j< / kbd > | Scroll down. |
| < kbd > Shift< / kbd > + < kbd > ↑< / kbd > or < kbd > Shift< / kbd > + < kbd > k< / kbd > | Scroll to top. |
| < kbd > Shift< / kbd > + < kbd > ↓< / kbd > or < kbd > Shift< / kbd > + < kbd > j< / kbd > | Scroll to bottom. |
### Wiki pages
This shortcut is available when viewing a [wiki page ](project/wiki/index.md ):
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|-------------------|-------------|
2019-10-28 02:06:30 -04:00
| < kbd > e< / kbd > | Edit wiki page. |
2021-03-08 22:09:36 -05:00
### Filtered search
2020-04-15 14:09:36 -04:00
These shortcuts are available when using a [filtered search input ](search/index.md ):
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|--------------------------------------------------------|-------------|
| < kbd > ⌘< / kbd > (Mac) + < kbd > ⌫< / kbd > | Clear entire search filter. |
| < kbd > ⌥< / kbd > (Mac) / < kbd > Control< / kbd > + < kbd > ⌫< / kbd > | Clear one token at a time. |
2020-04-15 14:09:36 -04:00
2019-10-28 02:06:30 -04:00
## Epics **(ULTIMATE)**
2021-03-08 22:09:36 -05:00
These shortcuts are available when viewing [epics ](group/epics/index.md ):
2019-10-28 02:06:30 -04:00
2021-03-08 22:09:36 -05:00
| Keyboard shortcut | Description |
|-------------------|-------------|
| < kbd > r< / kbd > | Start writing a comment. Pre-selected text is quoted in the comment. Can't be used to reply in a thread. |
2019-10-28 02:06:30 -04:00
| < kbd > e< / kbd > | Edit description. |
| < kbd > l< / kbd > | Change label. |