Keyboard Shortcuts Browser Bookmarks and History

Bookmarks save pages you want to revisit, while browser history keeps a record of every page you have visited. Knowing the keyboard shortcuts for both lets you save, organize, and retrieve web pages far more quickly than navigating through menus.

Bookmarking the Current Page

  Ctrl + D    (Windows/Linux)  → Bookmark current page
  Cmd + D     (Mac)            → Bookmark current page

  DIALOG THAT APPEARS:
  ┌──────────────────────────────────────────────────┐
  │  Bookmark added                                  │
  │                                                  │
  │  Name:   [Python Tutorial – Official Docs    ]   │
  │  Folder: [Bookmarks bar              ▼]          │
  │                                                  │
  │  [Remove]         [Done]                         │
  └──────────────────────────────────────────────────┘

  Edit the name, choose a folder → Done to save
  Press Esc → cancels the bookmark

Bookmark All Open Tabs

  Ctrl + Shift + D   → Bookmark ALL open tabs as a folder
  Cmd + Shift + D    → Bookmark ALL open tabs (Mac)

  EXAMPLE:
  You have 8 research tabs open.
  Press Ctrl + Shift + D → name the folder "Research Session July 2026"
  → All 8 tabs saved in one folder
  → Close them now; reopen the entire set anytime

  THIS IS THE FASTEST WAY TO:
  ✔ Save a research session before closing your laptop
  ✔ Organize a set of related tabs into a named collection
  ✔ Free up memory while preserving all your open pages

Opening the Bookmark Manager

  Ctrl + Shift + O   → Open Bookmark Manager (Chrome/Edge)
  Cmd + Option + B   → Open Bookmark Manager (Mac Chrome)

  IN BOOKMARK MANAGER:
  ✔ Rename bookmarks and folders
  ✔ Delete old bookmarks
  ✔ Drag to reorganize
  ✔ Search bookmarks by typing in the search box
  ✔ Import/export bookmarks as HTML file

Showing and Hiding the Bookmarks Bar

  Ctrl + Shift + B   → Toggle bookmarks bar on/off (Windows)
  Cmd + Shift + B    → Toggle bookmarks bar (Mac)

  BOOKMARKS BAR LAYOUT:
  ┌────────────────────────────────────────────────────────────┐
  │ [Gmail] [Docs] [GitHub] [News] [Work Folder ▾] [Shopping]  │
  └────────────────────────────────────────────────────────────┘
  ↑ Visible when toggled on — click any bookmark in one click

Opening Browser History

  Ctrl + H    (Windows/Linux)  → Open History page
  Cmd + Y     (Mac Chrome)     → Open History page
  Cmd + Option + H (Mac Safari) → Show History

  HISTORY PAGE SHOWS:
  ✔ Every page visited with timestamp
  ✔ Grouped by day
  ✔ Search box to find a specific past page
  ✔ Option to delete individual items or clear all history

Searching Through History

  Ctrl + H → History page opens
  Ctrl + F → Search within the history page
  Type keyword → history items containing that word are highlighted

  OR: Type in address bar → browser shows matching history suggestions
  Type "python" → address bar shows past python-related URLs

  REMOVE SINGLE ITEM FROM HISTORY:
  On the History page: click the three-dot menu next to any entry
  → "Remove from History"

Clear Browsing Data

  Ctrl + Shift + Delete  → Open "Clear browsing data" dialog (Chrome/Edge/Firefox)
  Cmd + Shift + Delete   → Same on Mac

  DIALOG OPTIONS:
  ┌──────────────────────────────────────────────────────┐
  │ Time range: [Last hour ▾] [Last 24h] [All time]      │
  │                                                      │
  │ ☑ Browsing history                                   │
  │ ☑ Cookies and site data                              │
  │ ☑ Cached images and files                            │
  │ ☐ Passwords                                          │
  │ ☐ Download history                                   │
  │                                                      │
  │                         [Clear data]                 │
  └──────────────────────────────────────────────────────┘

Downloads History

  Ctrl + J   → Open Downloads page (Chrome/Edge/Firefox)
  Cmd + Shift + J → Open Downloads (Mac Chrome)

  DOWNLOADS PAGE:
  ✔ See all downloaded files with links
  ✔ Re-open file location in Explorer/Finder
  ✔ Remove download entries (does not delete the file)
  ✔ Clear all download history

Quick Reference

  ACTION                          WINDOWS              MAC
  ──────────────────────────────────────────────────────────
  Bookmark current page           Ctrl + D             Cmd + D
  Bookmark all tabs               Ctrl + Shift + D     Cmd + Shift + D
  Open Bookmark Manager           Ctrl + Shift + O     Cmd + Option + B
  Toggle Bookmarks bar            Ctrl + Shift + B     Cmd + Shift + B
  Open History                    Ctrl + H             Cmd + Y (Chrome)
  Clear browsing data             Ctrl + Shift + Delete Cmd + Shift + Delete
  Open Downloads                  Ctrl + J             Cmd + Shift + J

Ctrl + Shift + D is one of the most underused bookmarking shortcuts. Saving an entire group of related tabs into a named folder before closing them is a reliable way to preserve research sessions, project resources, and reference collections without leaving tabs open indefinitely. It also makes your next working session faster — reopen the folder and all tabs load at once.

Leave a Comment

Your email address will not be published. Required fields are marked *