41 lines
5.9 KiB
Markdown
41 lines
5.9 KiB
Markdown
---
|
|
tags:
|
|
- General
|
|
title: Firefox
|
|
description: Notes
|
|
date: 2025-01-01
|
|
author: Nikola Petrov
|
|
draft: true
|
|
---
|
|
|
|
Theme:
|
|
https://github.com/soulhotel/FF-ULTIMA
|
|
|
|
|
|
| Command | Shortcut |
|
|
| ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| New Tab | Ctrl + T |
|
|
| Close Tab | Ctrl + W |
|
|
| Close Window | Ctrl + Shift + W |
|
|
| Exit | Ctrl + Shift + Q |
|
|
| Go one Tab to the Left | Ctrl + Shift + Tab |
|
|
| Go one Tab to the Right | Ctrl + Tab |
|
|
| New [Private Window](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history) | Ctrl + Shift + P |
|
|
| Go to Tab 1 to 8 | Ctrl + 1 to 8 |
|
|
| Go to Last Tab | Ctrl + 9 |
|
|
| Move Tab Left | Ctrl + Shift + Page Up |
|
|
| Move Tab Right | Ctrl + Shift + Page Down |
|
|
| [Mute/Unmute Audio](https://support.mozilla.org/en-US/kb/mute-sound-firefox-tabs) | Ctrl + M |
|
|
| New Window | Ctrl + N |
|
|
| Reopen last closed tab or window | Ctrl + Shift + T <br>**Note:**Reopens last closed tab or window, in the order closed. If there aren't any tabs or windows to reopen, this command restores the previous session. |
|
|
| Focus [Search bar](https://support.mozilla.org/en-US/kb/add-search-bar-firefox-toolbar) | Ctrl + K <br>Ctrl + E |
|
|
| [Bookmarks](https://support.mozilla.org/en-US/kb/bookmarks-firefox) sidebar | Ctrl + B |
|
|
| Show/hide the Bookmarks toolbar | Ctrl + Shift + B |
|
|
| Focus Address Bar | Ctrl + L |
|
|
|
|
For X11 to enable swipe to back
|
|
Add to .profile for back swipe then log out
|
|
```
|
|
export MOZ_USE_XINPUT2=1
|
|
```
|