summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Saker <georgesaker147@gmail.com>2022-07-06 12:02:00 -0700
committerGeorge Saker <georgesaker147@gmail.com>2022-07-06 12:02:00 -0700
commit83f6850bb848205f3aa3a7be203c71a7fba4c522 (patch)
tree345dbc96149b1089a00f7bba1bc52007cfba3ec1
parentb3e7be5784b9346981946df12fdb730e8c1ca372 (diff)
downloadqutebrowser-83f6850bb848205f3aa3a7be203c71a7fba4c522.tar.gz
qutebrowser-83f6850bb848205f3aa3a7be203c71a7fba4c522.zip
Fixed #7156
-rw-r--r--doc/quickstart.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc
index 0c42880ab..e2eae10d0 100644
--- a/doc/quickstart.asciidoc
+++ b/doc/quickstart.asciidoc
@@ -9,6 +9,7 @@ Basic keybindings to get you started
------------------------------------
* Use the arrow keys or `hjkl` to move around a webpage (vim-like syntax is used in quite a few places)
+* To zoom in or out of a webpage, use the '+' or '-' keys respectively
* To go to a new webpage, press `o`, then type a url, then press Enter (Use `O` to open the url in a new tab, `go` to edit the current URL)
* If what you've typed isn't a url, then a search engine will be used instead (DuckDuckGo, by default)
* To switch between tabs, use `J` (next tab) and `K` (previous tab), or press `<Alt-num>`, where `num` is the position of the tab to switch to