Typing ? on {% data variables.product.prodname_dotcom %} brings up a dialog box that lists the keyboard shortcuts available for that page. You can use these keyboard shortcuts to perform actions across the site without using your mouse to navigate.
Below is a list of some of the available keyboard shortcuts.
{% if command-palette %}
The {% data variables.product.prodname_command_palette %} also gives you quick access to a wide range of actions, without the need to remember keyboard shortcuts. For more information, see "{% data variables.product.prodname_command_palette %}."{% endif %}
Go to your notifications. For more information, see {% ifversion fpt or ghes or ghae or ghec %}"About notifications{% else %}"About notifications{% endif %}."
esc
When focused on a user, issue, or pull request hovercard, closes the hovercard and refocuses on the element the hovercard is in
{% if command-palette %}
controlk or commandk
Repositories
Keyboard shortcut
Description
gc
Go to the Code tab
gi
Go to the Issues tab. For more information, see "About issues."
gp
Go to the Pull requests tab. For more information, see "About pull requests."{% ifversion fpt or ghes or ghec %}
ga
Go to the Actions tab. For more information, see "About Actions."{% endif %}
Go to the Wiki tab. For more information, see "About wikis."{% ifversion fpt or ghec %}
gg
Go to the Discussions tab. For more information, see "About discussions."{% endif %}
Source code editing
| Keyboard shortcut | Description
|-----------|------------{% ifversion fpt or ghec %}
|.| Opens a repository or pull request in the web-based editor. For more information, see "Web-based editor."{% endif %}
| control b or command b | Inserts Markdown formatting for bolding text
| control i or command i | Inserts Markdown formatting for italicizing text
| control k or command k | Inserts Markdown formatting for creating a link{% ifversion fpt or ghec or ghae-next or ghes > 3.3 %}
| control shift 7 or command shift 7 | Inserts Markdown formatting for an ordered list
| control shift 8 or command shift 8 | Inserts Markdown formatting for an unordered list
| control shift . or command shift. | Inserts Markdown formatting for a quote{% endif %}
|e | Open source code file in the Edit file tab
|control f or command f | Start searching in file editor
|control g or command g | Find next
|control shift g or command shift g | Find previous
|control shift f or command option f | Replace
|control shift r or command shift option f | Replace all
|alt g | Jump to line
|control z or command z | Undo
|control y or command y | Redo
|command shift p | Toggles between the Edit file and Preview changes tabs
|control s or command s | Write a commit message
Inserts Markdown formatting for italicizing text{% ifversion fpt or ghae-next or ghes > 3.1 or ghec %}
control e or command e
Inserts Markdown formatting for code or a command within a line{% endif %}
control k or command k
Inserts Markdown formatting for creating a link
control shift p or command shift p
Toggles between the Write and Preview comment tabs{% ifversion fpt or ghae-next or ghes > 3.2 or ghec %}
control shift 7 or command shift 7
Inserts Markdown formatting for an ordered list
control shift 8 or command shift 8
Inserts Markdown formatting for an unordered list{% endif %}
control enter
Submits a comment
control . and then control [saved reply number]
Opens saved replies menu and then autofills comment field with a saved reply. For more information, see "About saved replies."{% ifversion fpt or ghae-next or ghes > 3.2 or ghec %}
control shift . or command shift.
Inserts Markdown formatting for a quote{% endif %}{% ifversion fpt or ghec %}
Toggles between the Write and Preview tabs{% ifversion fpt or ghec %}
alt and click
When creating an issue from a task list, open the new issue form in the current tab by holding alt and clicking the {% octicon "issue-opened" aria-label="The issue opened icon" %} in the upper-right corner of the task. For more information, see "About task lists."
shift and click
When creating an issue from a task list, open the new issue form in a new tab by holding shift and clicking the {% octicon "issue-opened" aria-label="The issue opened icon" %} in the upper-right corner of the task. For more information, see "About task lists."
command or control + shift and click
When creating an issue from a task list, open the new issue form in the new window by holding command or control + shift and clicking the {% octicon "issue-opened" aria-label="The issue opened icon" %} in the upper-right corner of the task. For more information, see "About task lists."{% endif %}
Changes in pull requests
Keyboard shortcut
Description
c
Open the list of commits in the pull request
t
Open the list of changed files in the pull request
j
Move selection down in the list
k
Move selection up in the list
cmd + shift + enter
Add a single comment on a pull request diff
alt and click
Toggle between collapsing and expanding all outdated review comments in a pull request by holding down alt and clicking Show outdated or Hide outdated.
Click, then shift and click
Comment on multiple lines of a pull request by clicking a line number, holding shift, then clicking another line number. For more information, see "Commenting on a pull request."
Project boards
Moving a column
Keyboard shortcut
Description
enter or space
Start moving the focused column
escape
Cancel the move in progress
enter
Complete the move in progress
← or h
Move column to the left
command + ← or command + h or control + ← or control + h
Move column to the leftmost position
→ or l
Move column to the right
command + → or command + l or control + → or control + l
Move column to the rightmost position
Moving a card
Keyboard shortcut
Description
enter or space
Start moving the focused card
escape
Cancel the move in progress
enter
Complete the move in progress
↓ or j
Move card down
command + ↓ or command + j or control + ↓ or control + j
Move card to the bottom of the column
↑ or k
Move card up
command + ↑ or command + k or control + ↑ or control + k
Move card to the top of the column
← or h
Move card to the bottom of the column on the left
shift + ← or shift + h
Move card to the top of the column on the left
command + ← or command + h or control + ← or control + h
Move card to the bottom of the leftmost column
command + shift + ← or command + shift + h or control + shift + ← or control + shift + h
Move card to the top of the leftmost column
→
Move card to the bottom of the column on the right
shift + → or shift + l
Move card to the top of the column on the right
command + → or command + l or control + → or control + l
Move card to the bottom of the rightmost column
command + shift + → or command + shift + l or control + shift + → or control + shift + l
Move card to the bottom of the rightmost column
Previewing a card
Keyboard shortcut
Description
esc
Close the card preview pane
{% ifversion fpt or ghec %}
{% data variables.product.prodname_actions %}
Keyboard shortcut
Description
command + space or control + space
In the workflow editor, get suggestions for your workflow file.