Skip to main content

This version of GitHub Enterprise Server was discontinued on 2024-01-04. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise Server. For help with the upgrade, contact GitHub Enterprise support.

Keyboard shortcuts

Nearly every page on GitHub has a keyboard shortcut to perform actions faster.

About keyboard shortcuts

Typing ? on GitHub 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.

You can disable character key shortcuts, while still allowing shortcuts that use modifier keys, in your accessibility settings. For more information, see "Managing accessibility settings."

The following sections list some of the available keyboard shortcuts, organized by the pages where you can use them on your GitHub Enterprise Server instance.

Site wide shortcuts

Keyboard shortcutDescription
S or /Focus the search bar. For more information, see "About searching on GitHub."
G NGo to your notifications. For more information, see "About notifications."
EscWhen focused on a user, issue, or pull request hovercard, closes the hovercard and refocuses on the element the hovercard is in

Repositories

Keyboard shortcutDescription
G CGo to the Code tab
G IGo to the Issues tab. For more information, see "About issues."
G PGo to the Pull requests tab. For more information, see "About pull requests."
G AGo to the Actions tab. For more information, see "Learn GitHub Actions."
G BGo to the Projects tab. For more information, see "About project boards."
G WGo to the Wiki tab. For more information, see "About wikis."
G GGo to the Discussions tab. For more information, see "About discussions."

Source code editing

Keyboard shortcutDescription
Command+B (Mac) or
Ctrl+B (Windows/Linux)
Inserts Markdown formatting for bolding text
Command+I (Mac) or
Ctrl+I (Windows/Linux)
Inserts Markdown formatting for italicizing text
Command+K (Mac) or
Ctrl+K (Windows/Linux)
Inserts Markdown formatting for creating a link
Command+Shift+7 (Mac) or
Ctrl+Shift+7 (Windows/Linux)
Inserts Markdown formatting for an ordered list
Command+Shift+8 (Mac) or
Ctrl+Shift+8 (Windows/Linux)
Inserts Markdown formatting for an unordered list
Command+Shift+. (Mac) or
Ctrl+Shift+. (Windows/Linux)
Inserts Markdown formatting for a quote
EOpen source code file in the Edit file tab
Command+F (Mac) or
Ctrl+F (Windows/Linux)
Start searching in file editor
Command+G (Mac) or
Ctrl+G (Windows/Linux)
Find next
Command+Shift+G (Mac) or
Ctrl+Shift+G (Windows/Linux)
Find previous
Command+Option+F (Mac) or
Ctrl+Shift+F (Windows/Linux)
Replace
Command+Shift+Option+F (Mac) or
Ctrl+Shift+R (Windows/Linux)
Replace all
Alt+GJump to line
Command+Z (Mac) or
Ctrl+Z (Windows/Linux)
Undo
Command+Y (Mac) or
Ctrl+Y (Windows/Linux)
Redo
Command+Shift+PToggles between the Edit file and Preview changes tabs
Command+S (Mac) or
Ctrl+S (Windows/Linux)
Write a commit message

For more keyboard shortcuts, see the CodeMirror documentation.

Source code browsing

Keyboard shortcutDescription
TActivates the file finder
LJump to a line in your code
WSwitch to a new branch or tag
YExpand a URL to its canonical form. For more information, see "Getting permanent links to files."
IShow or hide comments on diffs. For more information, see "Commenting on a pull request."
AShow or hide annotations on diffs
BOpen blame view. For more information, see "Viewing a file."

Comments

Keyboard shortcutDescription
Command+B (Mac) or
Ctrl+B (Windows/Linux)
Inserts Markdown formatting for bolding text
Command+I (Mac) or
Ctrl+I (Windows/Linux)
Inserts Markdown formatting for italicizing text
Command+E (Mac) or
Ctrl+E (Windows/Linux)
Inserts Markdown formatting for code or a command within a line
Command+K (Mac) or
Ctrl+K (Windows/Linux)
Inserts Markdown formatting for creating a link
Command+V (Mac) or
Ctrl+V (Windows/Linux)
Creates a Markdown link when applied over highlighted text
Command+Shift+P (Mac) or
Ctrl+Shift+P (Windows/Linux)
Toggles between the Write and Preview comment tabs
Command+Shift+V (Mac) or
Ctrl+Shift+V (Windows/Linux)
Pastes HTML link as plain text
Command+Shift+Option+V (Mac) or
Ctrl+Shift+Alt+V (Windows/Linux)
Pastes HTML link as plain text
Command+Shift+7 (Mac) or
Ctrl+Shift+7 (Windows/Linux)
Inserts Markdown formatting for an ordered list
Command+Shift+8 (Mac) or
Ctrl+Shift+8 (Windows/Linux)
Inserts Markdown formatting for an unordered list