Skip to content

Instantly share code, notes, and snippets.

@mocon
Last active September 6, 2017 17:03
Show Gist options
  • Save mocon/4ca9aaefc6f2e7f19d4c0df06ba0c5a9 to your computer and use it in GitHub Desktop.
Save mocon/4ca9aaefc6f2e7f19d4c0df06ba0c5a9 to your computer and use it in GitHub Desktop.
My favorite Chrome shortcuts on macOS

Chrome keyboard shortcuts

Here are some of my most-used Chrome shortcuts on macOS.

Tabs

Shortcut Action
⌘ T Open new tab
⌘ ⇧ N Open new Incognito tab
⌘ W Close current tab
⌘ ⌥ ← Select previous tab
⌘ ⌥ → Select next tab
⌘ 1, ⌘ 2, ⌘ 3 etc... Select a specific tab from currently open tabs

Current tab

Shortcut Action
⌘ L Select all text in the URL bar
⌘ F Search all text in the current tab
⌘ R Refresh the current tab
⌘ ⇧ R Refresh the current tab and clear cache (forces all data to refresh)

When typing in the URL bar (after ⌘ L)

Note: These shortcuts are available when editing text in most macOS apps:

Shortcut Action
⌘ A Select all text
⇧ ← Select the previous text character, can be used one or many times
⇧ → Select the next text character, can be used one or many times
⇧ ⌥ ← Select the previous word, can be used one or many times
⇧ ⌥ → Select the next word, can be used one or many times
⌘ ← Move the cursor to the beginning of the line
⌘ → Move the cursor to the end of the line
⌥ ← Move the cursor back one word
⌥ → Move the cursor forward one word
⌃ ⌘ Spacebar Bring up the special character palette (For symbols and Emojis)

History

Shortcut Action
⌘ [ Go back one step in the history
⌘ ] Go forward one step in the history

Shortcut key legend

Symbol Key Name
Shift
Caps Lock
Control
Command
Option
Left arrow
Right arrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment