Jun 4th, 2021 - written by Kimserey with .
As software developers the second application we spend the most time on after our text editor is our web browser. I have been using Chrome browser for years and only recently realised how often I was clicking around with the mouse to change tabs, pin tabs, or simply searching for options. Since then, I learnt few shortcuts that I now use daily, some shortcuts built-in and others brought by extensions. In this post I’ll go through the shortcuts.
CMD+T
open a tabCMD+ALT
+ LEFT/RIGHT
switch between tabsCMD+L
focus on navigation bar to quickly type a new address, paste or copy urlCMD+SHIFT+F
toggle tool bar when in full screenCMD+W
close current tabCMD+R
refresh the current tabCMD+[
navigate back in historyCMD+]
navigate forward in historyCMD+SHIFT+T
open recently closedNot a Chrome shortcut but a MacOS shortcut:
CMD+TAB
to toggle app from Chrome to text editorCTRL + LEFT/RIGHT
toggle between desktopsProvided from the extension Keyboard Shortcuts to Close Other/Right Tabs:
ALT+SHFT+P
pin tab - pinning tab reduces the space taken by a tab and prevent accidental closeALT+SHIFT+O
close all other tabs except pinned tabCMD+F
toggle searchENTER
navigate to next matchCMD+SHIFT+G
navigate back to previous matchProvided from the extension Dark Reader:
ALT+SHIFT+D
toggle dark modeF12
open debugger consoleCMD+SHIFT+C
toggle search elementCMD+SHIFT+M
toggle mobileCMD+SHIFT+P
toggle command menuCND+SHIFT+P
toggle sources panel to search for fileESC
toggle drawerAnd that concludes today’s post!