From 42ade4c1721fc51481dc943fc7539c38e7993881 Mon Sep 17 00:00:00 2001 From: George Saker Date: Wed, 6 Jul 2022 12:12:19 -0700 Subject: [PATCH] Fixed #7156 --- doc/quickstart.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc index e2eae10d0..b3e552aa5 100644 --- a/doc/quickstart.asciidoc +++ b/doc/quickstart.asciidoc @@ -9,7 +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 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 ``, where `num` is the position of the tab to switch to