Skip to the content.

Browser Shortcuts Cheatsheet

A quick-reference guide for essential keyboard shortcuts in major web browsers (Google Chrome, Mozilla Firefox, Apple Safari, and Microsoft Edge) across Windows, Linux, and macOS. ## Tab & Window Management Efficiently manage your active browser tabs and windows. | Action | Windows / Linux | macOS | | :--- | :---: | :---: | | **New Tab** | `Ctrl + T` | `Cmd + T` | | **Close Current Tab** | `Ctrl + W` or `Ctrl + F4` | `Cmd + W` | | **Reopen Last Closed Tab** | `Ctrl + Shift + T` | `Cmd + Shift + T` | | **Open New Window** | `Ctrl + N` | `Cmd + N` | | **New Incognito / Private Window** | `Ctrl + Shift + N` (Chrome/Edge)
`Ctrl + Shift + P` (Firefox) | `Cmd + Shift + N` (Chrome/Edge/Safari)
`Cmd + Shift + P` (Firefox) | | **Close Current Window** | `Ctrl + Shift + W` or `Alt + F4` | `Cmd + Shift + W` or `Cmd + W` | | **Switch to Next Tab** | `Ctrl + Tab` or `Ctrl + Page Down` | `Ctrl + Tab` or `Cmd + Option + Right` | | **Switch to Previous Tab** | `Ctrl + Shift + Tab` or `Ctrl + Page Up` | `Ctrl + Shift + Tab` or `Cmd + Option + Left` | | **Go to Specific Tab (1 - 8)** | `Ctrl + 1` to `Ctrl + 8` | `Cmd + 1` to `Cmd + 8` | | **Go to Last Tab** | `Ctrl + 9` | `Cmd + 9` | | **Minimize Current Window** | `Win + Down` | `Cmd + M` | --- ## Page Navigation & Loading Control how you load and traverse web pages and history. | Action | Windows / Linux | macOS | | :--- | :---: | :---: | | **Reload / Refresh Page** | `Ctrl + R` or `F5` | `Cmd + R` | | **Force Reload (Clear Cache)** | `Ctrl + Shift + R` or `Ctrl + F5` | `Cmd + Shift + R` or `Cmd + Option + E` then `Cmd + R` | | **Go Back in History** | `Alt + Left Arrow` or `Backspace` | `Cmd + Left Arrow` or `Cmd + [` | | **Go Forward in History** | `Alt + Right Arrow` or `Shift + Backspace` | `Cmd + Right Arrow` or `Cmd + ]` | | **Stop Loading Page** | `Esc` | `Cmd + .` (period) or `Esc` | | **Scroll Down Full Screen** | `Spacebar` or `Page Down` | `Spacebar` or `Page Down` | | **Scroll Up Full Screen** | `Shift + Spacebar` or `Page Up` | `Shift + Spacebar` or `Page Up` | | **Go to Top of Page** | `Home` | `Cmd + Up Arrow` or `Home` | | **Go to Bottom of Page** | `End` | `Cmd + Down Arrow` or `End` | | **Open Homepage** | `Alt + Home` | `Cmd + Shift + H` | --- ## Addressing, Search & Bookmarks Navigate the address bar, search web pages, and manage bookmarks. | Action | Windows / Linux | macOS | | :--- | :---: | :---: | | **Focus Address Bar (Select URL)** | `Ctrl + L` or `Alt + D` or `F6` | `Cmd + L` | | **Search/Find on Current Page** | `Ctrl + F` or `F3` | `Cmd + F` | | **Find Next Match** | `Ctrl + G` or `Enter` | `Cmd + G` or `Enter` | | **Find Previous Match** | `Ctrl + Shift + G` or `Shift + Enter` | `Cmd + Shift + G` or `Shift + Enter` | | **Bookmark Current Page** | `Ctrl + D` | `Cmd + D` | | **Bookmark All Open Tabs** | `Ctrl + Shift + D` | `Cmd + Shift + D` | | **Toggle Bookmarks Bar On/Off** | `Ctrl + Shift + B` | `Cmd + Shift + B` (Chrome/Firefox)
`Cmd + Shift + L` (Safari Sidebar) | | **Open Bookmarks Manager** | `Ctrl + Shift + O` (Chrome/Edge)
`Ctrl + Shift + B` (Firefox) | `Cmd + Option + B` (Chrome/Edge)
`Cmd + Option + L` (Safari) | | **Open History Page** | `Ctrl + H` | `Cmd + Y` (Chrome/Safari)
`Cmd + Shift + H` (Firefox) | | **Open Downloads Page** | `Ctrl + J` | `Cmd + Shift + J` (Chrome)
`Cmd + Option + L` (Safari)
`Cmd + J` (Firefox) | --- ## Content Zoom & Display Adjust the visual scaling and screen modes. | Action | Windows / Linux | macOS | | :--- | :---: | :---: | | **Zoom In (Enlarge Content)** | `Ctrl + +` (plus) or `Ctrl + Scroll Up` | `Cmd + +` (plus) | | **Zoom Out (Shrink Content)** | `Ctrl + -` (minus) or `Ctrl + Scroll Down` | `Cmd + -` (minus) | | **Reset Zoom (100% Default)** | `Ctrl + 0` | `Cmd + 0` | | **Toggle Full Screen Mode** | `F11` | `Cmd + Ctrl + F` | --- ## Developer Tools & Utilities Access underlying source code, consoles, and advanced debugging panels. | Action | Windows / Linux | macOS | | :--- | :---: | :---: | | **Open Developer Tools** | `F12` or `Ctrl + Shift + I` | `Cmd + Option + I` | | **Open JavaScript Console** | `Ctrl + Shift + J` (Chrome/Firefox) | `Cmd + Option + J` (Chrome)
`Cmd + Option + C` (Firefox/Safari) | | **Inspect Page Elements** | `Ctrl + Shift + C` | `Cmd + Option + C` (Chrome)
`Cmd + Option + I` (Safari) | | **View Page Source Code** | `Ctrl + U` | `Cmd + Option + U` (Chrome/Safari)
`Cmd + U` (Firefox) | | **Clear Browsing Data Menu** | `Ctrl + Shift + Delete` | `Cmd + Shift + Delete` (Chrome)
`Cmd + Option + E` (Safari Cache) | | **Print Current Page** | `Ctrl + P` | `Cmd + P` | | **Save Current Page** | `Ctrl + S` | `Cmd + S` |