# Cool Tips for Productivity

Here, we want to share some cool shortcuts that exist in your browsers already, and you might not know of them yet!

## Address Bar

You can access the search bar quickly by <mark style="color:red;">**⌘ + L**</mark> (Mac) or <mark style="color:red;">**Ctrl + L**</mark> (Windows)

## Tabs

On Mac:

* You can quickly navigate between your tabs with <mark style="color:red;">**⌘ + Shift + \[**</mark> and <mark style="color:red;">**⌘ + Shift + ]**</mark>
* Inside your tab, use <mark style="color:red;">**⌘ + \[**</mark> or <mark style="color:red;">**⌘ + ]**</mark> to move back or forward in that tab's history

On Windows:

* <mark style="color:red;">**Ctrl + Tab**</mark> to move to the next tab (right)
* <mark style="color:red;">**Ctrl + Shift + Tab**</mark> to move to the previous tab (left)
* <mark style="color:red;">**Alt + Left Arrow**</mark> to go back in the tab's history (previous page)
* <mark style="color:red;">**Alt + Right Arrow**</mark> to go forward in the tab's history (next page)
