Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.03 KB

keyboard-shortcut-github-browser.md

File metadata and controls

23 lines (19 loc) · 1.03 KB

Here are some useful keyboard shortcuts for navigating GitHub in a browser:

Global Shortcuts:

  • ? - Opens a list of all keyboard shortcuts.
  • s - Focuses the search bar.
  • g + n - Navigates to Notifications.
  • g + p - Navigates to Pull Requests.
  • g + i - Navigates to Issues.
  • g + d - Navigates to your GitHub Dashboard.

Repository-specific Shortcuts:

  • g + r - Goes to the Repository.
  • t - Activates the File Finder within a repository (quickly search for files).
  • y - Changes the URL to a permalink for the current file.
  • w - Switches between branches/tags.
  • l - Focus on Labels in issues or pull requests.

Code Review Shortcuts:

  • r - Reply to a comment on a pull request.
  • e - Edit the description of a pull request.
  • p - Preview changes in a pull request.

These shortcuts can significantly speed up your workflow on GitHub while using a browser! Would you like more details on any specific shortcut?