From e0dee14df4cf7af8eceb2ae68cbb2c1338b9c046 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 18 May 2015 22:34:21 +0200 Subject: [PATCH] Regenerate docs. --- README.asciidoc | 1 + doc/help/commands.asciidoc | 129 +++++++++++++++++++++++++++++++++++++ doc/help/settings.asciidoc | 14 ++++ 3 files changed, 144 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 7b23a0451..8742f11cb 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -138,6 +138,7 @@ Contributors, sorted by the number of commits in descending order: * Raphael Pierzina * Joel Torstensson * Claude +* Artur Shaik * ZDarian * Peter Vilim * John ShaggyTwoDope Jenkins diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index cca5156fa..c33bccaaf 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -689,12 +689,28 @@ How many steps to zoom out. |<>|Go back in the commandline history. |<>|Select the next completion item. |<>|Select the previous completion item. +|<>|Drop selection and keep selection mode enabled. |<>|Enter a key mode. |<>|Follow the currently selected hint. |<>|Leave the mode we're currently in. |<>|Show an error message in the statusbar. |<>|Show an info message in the statusbar. |<>|Show a warning message in the statusbar. +|<>|Move the cursor or selection to the end of the document. +|<>|Move the cursor or selection to the end of line. +|<>|Move the cursor or selection to the end of next block. +|<>|Move the cursor or selection to the end of previous block. +|<>|Move the cursor or selection to the end of the word. +|<>|Move the cursor or selection to the next char. +|<>|Move the cursor or selection to the next line. +|<>|Move the cursor or selection to the next word. +|<>|Move the cursor or selection to the previous char. +|<>|Move the cursor or selection to the prev line. +|<>|Move the cursor or selection to the previous word. +|<>|Move the cursor or selection to the start of the document. +|<>|Move the cursor or selection to the start of the line. +|<>|Move the cursor or selection to the start of next block. +|<>|Move the cursor or selection to the start of previous block. |<>|Open an external editor with the currently selected form field. |<>|Accept the current prompt. |<>|Answer no to a yes/no prompt. @@ -718,6 +734,8 @@ How many steps to zoom out. |<>|Scroll the current tab by 'count * dx/dy' pixels. |<>|Continue the search to the ([count]th) next term. |<>|Continue the search to the ([count]th) previous term. +|<>|Toggle caret selection mode. +|<>|Yank the selected text to the clipboard or primary selection. |============== [[command-accept]] === command-accept @@ -739,6 +757,10 @@ Select the next completion item. === completion-item-prev Select the previous completion item. +[[drop-selection]] +=== drop-selection +Drop selection and keep selection mode enabled. + [[enter-mode]] === enter-mode Syntax: +:enter-mode 'mode'+ @@ -783,6 +805,99 @@ Show a warning message in the statusbar. ==== positional arguments * +'text'+: The text to show. +[[move-to-end-of-document]] +=== move-to-end-of-document +Move the cursor or selection to the end of the document. + +[[move-to-end-of-line]] +=== move-to-end-of-line +Move the cursor or selection to the end of line. + +[[move-to-end-of-next-block]] +=== move-to-end-of-next-block +Move the cursor or selection to the end of next block. + +==== count +How many blocks to move. + +[[move-to-end-of-prev-block]] +=== move-to-end-of-prev-block +Move the cursor or selection to the end of previous block. + +==== count +How many blocks to move. + +[[move-to-end-of-word]] +=== move-to-end-of-word +Move the cursor or selection to the end of the word. + +==== count +How many words to move. + +[[move-to-next-char]] +=== move-to-next-char +Move the cursor or selection to the next char. + +==== count +How many lines to move. + +[[move-to-next-line]] +=== move-to-next-line +Move the cursor or selection to the next line. + +==== count +How many lines to move. + +[[move-to-next-word]] +=== move-to-next-word +Move the cursor or selection to the next word. + +==== count +How many words to move. + +[[move-to-prev-char]] +=== move-to-prev-char +Move the cursor or selection to the previous char. + +==== count +How many chars to move. + +[[move-to-prev-line]] +=== move-to-prev-line +Move the cursor or selection to the prev line. + +==== count +How many lines to move. + +[[move-to-prev-word]] +=== move-to-prev-word +Move the cursor or selection to the previous word. + +==== count +How many words to move. + +[[move-to-start-of-document]] +=== move-to-start-of-document +Move the cursor or selection to the start of the document. + +[[move-to-start-of-line]] +=== move-to-start-of-line +Move the cursor or selection to the start of the line. + +[[move-to-start-of-next-block]] +=== move-to-start-of-next-block +Move the cursor or selection to the start of next block. + +==== count +How many blocks to move. + +[[move-to-start-of-prev-block]] +=== move-to-start-of-prev-block +Move the cursor or selection to the start of previous block. + +==== count +How many blocks to move. + [[open-editor]] === open-editor Open an external editor with the currently selected form field. @@ -949,6 +1064,20 @@ Continue the search to the ([count]th) previous term. ==== count How many elements to ignore. +[[toggle-selection]] +=== toggle-selection +Toggle caret selection mode. + +[[yank-selected]] +=== yank-selected +Syntax: +:yank-selected [*--sel*] [*--keep*]+ + +Yank the selected text to the clipboard or primary selection. + +==== optional arguments +* +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard. +* +*-k*+, +*--keep*+: If given, stay in visual mode after yanking. + == Debugging commands These commands are mainly intended for debugging. They are hidden if qutebrowser was started without the `--debug`-flag. diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 62763e6d7..7731b9d78 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -191,6 +191,8 @@ |<>|Background color of the statusbar if there is a warning. |<>|Background color of the statusbar if there is a prompt. |<>|Background color of the statusbar in insert mode. +|<>|Background color of the statusbar in caret mode. +|<>|Background color of the statusbar in caret mode with a selection |<>|Background color of the progress bar. |<>|Default foreground color of the URL in the statusbar. |<>|Foreground color of the URL in the statusbar on successful load. @@ -1546,6 +1548,18 @@ Background color of the statusbar in insert mode. Default: +pass:[darkgreen]+ +[[colors-statusbar.bg.caret]] +=== statusbar.bg.caret +Background color of the statusbar in caret mode. + +Default: +pass:[purple]+ + +[[colors-statusbar.bg.caret-selection]] +=== statusbar.bg.caret-selection +Background color of the statusbar in caret mode with a selection + +Default: +pass:[#a12dff]+ + [[colors-statusbar.progress.bg]] === statusbar.progress.bg Background color of the progress bar.