summaryrefslogtreecommitdiff
path: root/doc/quickstart.asciidoc
diff options
context:
space:
mode:
authorIsmail <ismail-s@users.noreply.github.com>2016-05-13 17:13:45 +0100
committerIsmail <ismail-s@users.noreply.github.com>2016-05-13 17:13:45 +0100
commit9264bd077ac8edfb145d2f7783997831c103fd67 (patch)
tree425208bd64b289e76478a9482d6c71c5747e6d63 /doc/quickstart.asciidoc
parenta9a853baf027aaf37b7e9d37dbae44ed15b8f800 (diff)
downloadqutebrowser-9264bd077ac8edfb145d2f7783997831c103fd67.tar.gz
qutebrowser-9264bd077ac8edfb145d2f7783997831c103fd67.zip
Add basic commands to docs
Diffstat (limited to 'doc/quickstart.asciidoc')
-rw-r--r--doc/quickstart.asciidoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc
index 84cfde9c4..87d6b105d 100644
--- a/doc/quickstart.asciidoc
+++ b/doc/quickstart.asciidoc
@@ -5,6 +5,15 @@ The Compiler <mail@qutebrowser.org>
NOTE: This page will only appear on the first start. To view it at a later
time, use the `:help` command.
+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 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 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
--------------