summaryrefslogtreecommitdiff
path: root/doc/quickstart.asciidoc
diff options
context:
space:
mode:
authorIsmail <ismail-s@users.noreply.github.com>2016-05-13 23:29:04 +0100
committerIsmail <ismail-s@users.noreply.github.com>2016-05-13 23:29:04 +0100
commit40c2bc715110e96ea5163714bc656206bd873dad (patch)
tree458e10baed716c27b7859d51e99fe73ad7e09cd7 /doc/quickstart.asciidoc
parent9264bd077ac8edfb145d2f7783997831c103fd67 (diff)
downloadqutebrowser-40c2bc715110e96ea5163714bc656206bd873dad.tar.gz
qutebrowser-40c2bc715110e96ea5163714bc656206bd873dad.zip
Add more commands to docs
Diffstat (limited to 'doc/quickstart.asciidoc')
-rw-r--r--doc/quickstart.asciidoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc
index 87d6b105d..365fee9de 100644
--- a/doc/quickstart.asciidoc
+++ b/doc/quickstart.asciidoc
@@ -9,9 +9,13 @@ Basic commands 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 go to a new webpage, press `o`, then type a url, then press Enter (Use `O` to open the url in a new tab)
+* 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). 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
-* To click on something without using the mouse, press `f` to show the hints, then type the keys next to what you want to click on
+* To close the current tab, press `d` (and press `u` to undo closing a tab)
+* Use `H` and `L` to go back and forth in the history
+* To click on something without using the mouse, press `f` to show the hints, then type the keys next to what you want to click on (if that sounds weird, then just try pressing `f` and see what happens)
+* Press `:` to show the commandline
+* To search in a page, press `/`, type the phrase to search for, then press Enter. Use `n` and `N` to go back and forth through the matches, and press Esc to stop doing the search.
* To close qutebrowser, press `Alt-F4`, or `:q`, or `:wq` to save the currently open tabs and quit (note that in the settings you can make qutebrowser always save the currently open tabs)
What to do now