summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-15 18:38:00 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-15 18:38:00 +0200
commitc10260338330f0a8cdcef4ff8881c3b717efbe10 (patch)
tree42c065b485bf7fbcf5f53f8dd01e9595ae6fd6b9
parenta6bb26d137c4214c4995bfc7ca155d95f68cb63c (diff)
downloadqutebrowser-c10260338330f0a8cdcef4ff8881c3b717efbe10.tar.gz
qutebrowser-c10260338330f0a8cdcef4ff8881c3b717efbe10.zip
Fixed #7156
(cherry picked from commit 42ade4c1721fc51481dc943fc7539c38e7993881)
-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..b3e552aa5 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