From 9264bd077ac8edfb145d2f7783997831c103fd67 Mon Sep 17 00:00:00 2001 From: Ismail Date: Fri, 13 May 2016 17:13:45 +0100 Subject: [PATCH 1/4] Add basic commands to docs --- doc/quickstart.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 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 ``, 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 -------------- From 40c2bc715110e96ea5163714bc656206bd873dad Mon Sep 17 00:00:00 2001 From: Ismail Date: Fri, 13 May 2016 23:29:04 +0100 Subject: [PATCH 2/4] Add more commands to docs --- doc/quickstart.asciidoc | 8 ++++++-- 1 file 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 ``, 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 From d6fede7f1dbe883d7157fc81cbef9528d1547220 Mon Sep 17 00:00:00 2001 From: Ismail Date: Fri, 13 May 2016 23:32:45 +0100 Subject: [PATCH 3/4] Change 'commands' to 'keybindings' --- doc/quickstart.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc index 365fee9de..a29bd942e 100644 --- a/doc/quickstart.asciidoc +++ b/doc/quickstart.asciidoc @@ -5,8 +5,8 @@ The Compiler 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 ---------------------------------- +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 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) From e476a21876904e9e801b07a9e6462c1b7be943fa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 14 May 2016 23:52:36 +0200 Subject: [PATCH 4/4] Regenerate authors --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index eb9f74213..f57f1a14f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -189,6 +189,7 @@ Contributors, sorted by the number of commits in descending order: * Link * Larry Hynes * Johannes Altmanninger +* Ismail * Samir Benmendil * Regina Hug * Mathias Fussenegger