Qutebrowser Cheatsheet
Tabs
Navigating Tabs
| Key Combination | Description |
|---|---|
| Shift+j | Go to next tab (to the right), looping around to first tab if at the end |
| Shift+k | Go to previous tab (to the left), looping around to last tab if at the beginning |
| gt | Open list of tabs to fuzzy search and jump to specified tab |
| +Shift+t | Go to tab at N |
Moving Tabs
| Key Combination | Description |
|---|---|
| gD | Move current tab to new window |
Deleting Tabs
| Key Combination | Description |
|---|---|
| d | Close current tab |
| co | Close all tabs but current tab |
Element Selection
Select Input
| Key Combination | Description |
|---|---|
| gi | Go to primary input textbox (not sure how it decides) |
| ;t | Provide hints for selecting an input textbox |
Select Hyperlink on Page
| Key Combination | Description |
|---|---|
| f | Provide hints for selecting a hyperlink (to open in current tab) |
| Shift+f | Provide hints for selecting a hyperlink (to open in new tab) |
URLs
Open URL
| Key Combination | Description |
|---|---|
| o | Open list of history/quickmarks as well as be able to provide own link to go to in current tab |
| Shift+o | Open list of history/quickmarks as well as be able to provide own link to go to in new tab |
Pages
Page Navigation
| Key Combination | Description |
|---|---|
| gg | Jump to top of page |
| Shift+g | Jump to bottom of page |
| [N]+j | Move down 1 line in page, or N lines if specified |
| [N]+k | Move up 1 line in page, or N lines if specified |
Page History
| Key Combination | Description |
|---|---|
| Shift+h | Go back in history of current tab |
| Shift+l | Go forward in history of current tab |
Page Search
| Key Combination | Description |
|---|---|
| / | Search for text in current tab |
| n | Move forward in search in current tab |
| Shift+n | Move backward in search in current tab |