Regenerate docs.
This commit is contained in:
parent
f2e2748c59
commit
e0dee14df4
@ -138,6 +138,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Raphael Pierzina
|
* Raphael Pierzina
|
||||||
* Joel Torstensson
|
* Joel Torstensson
|
||||||
* Claude
|
* Claude
|
||||||
|
* Artur Shaik
|
||||||
* ZDarian
|
* ZDarian
|
||||||
* Peter Vilim
|
* Peter Vilim
|
||||||
* John ShaggyTwoDope Jenkins
|
* John ShaggyTwoDope Jenkins
|
||||||
|
@ -689,12 +689,28 @@ How many steps to zoom out.
|
|||||||
|<<command-history-prev,command-history-prev>>|Go back in the commandline history.
|
|<<command-history-prev,command-history-prev>>|Go back in the commandline history.
|
||||||
|<<completion-item-next,completion-item-next>>|Select the next completion item.
|
|<<completion-item-next,completion-item-next>>|Select the next completion item.
|
||||||
|<<completion-item-prev,completion-item-prev>>|Select the previous completion item.
|
|<<completion-item-prev,completion-item-prev>>|Select the previous completion item.
|
||||||
|
|<<drop-selection,drop-selection>>|Drop selection and keep selection mode enabled.
|
||||||
|<<enter-mode,enter-mode>>|Enter a key mode.
|
|<<enter-mode,enter-mode>>|Enter a key mode.
|
||||||
|<<follow-hint,follow-hint>>|Follow the currently selected hint.
|
|<<follow-hint,follow-hint>>|Follow the currently selected hint.
|
||||||
|<<leave-mode,leave-mode>>|Leave the mode we're currently in.
|
|<<leave-mode,leave-mode>>|Leave the mode we're currently in.
|
||||||
|<<message-error,message-error>>|Show an error message in the statusbar.
|
|<<message-error,message-error>>|Show an error message in the statusbar.
|
||||||
|<<message-info,message-info>>|Show an info message in the statusbar.
|
|<<message-info,message-info>>|Show an info message in the statusbar.
|
||||||
|<<message-warning,message-warning>>|Show a warning message in the statusbar.
|
|<<message-warning,message-warning>>|Show a warning message in the statusbar.
|
||||||
|
|<<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.
|
||||||
|
|<<move-to-end-of-prev-block,move-to-end-of-prev-block>>|Move the cursor or selection to the end of previous block.
|
||||||
|
|<<move-to-end-of-word,move-to-end-of-word>>|Move the cursor or selection to the end of the word.
|
||||||
|
|<<move-to-next-char,move-to-next-char>>|Move the cursor or selection to the next char.
|
||||||
|
|<<move-to-next-line,move-to-next-line>>|Move the cursor or selection to the next line.
|
||||||
|
|<<move-to-next-word,move-to-next-word>>|Move the cursor or selection to the next word.
|
||||||
|
|<<move-to-prev-char,move-to-prev-char>>|Move the cursor or selection to the previous char.
|
||||||
|
|<<move-to-prev-line,move-to-prev-line>>|Move the cursor or selection to the prev line.
|
||||||
|
|<<move-to-prev-word,move-to-prev-word>>|Move the cursor or selection to the previous word.
|
||||||
|
|<<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.
|
||||||
|
|<<move-to-start-of-prev-block,move-to-start-of-prev-block>>|Move the cursor or selection to the start of previous block.
|
||||||
|<<open-editor,open-editor>>|Open an external editor with the currently selected form field.
|
|<<open-editor,open-editor>>|Open an external editor with the currently selected form field.
|
||||||
|<<prompt-accept,prompt-accept>>|Accept the current prompt.
|
|<<prompt-accept,prompt-accept>>|Accept the current prompt.
|
||||||
|<<prompt-no,prompt-no>>|Answer no to a yes/no prompt.
|
|<<prompt-no,prompt-no>>|Answer no to a yes/no prompt.
|
||||||
@ -718,6 +734,8 @@ How many steps to zoom out.
|
|||||||
|<<scroll-px,scroll-px>>|Scroll the current tab by 'count * dx/dy' pixels.
|
|<<scroll-px,scroll-px>>|Scroll the current tab by 'count * dx/dy' pixels.
|
||||||
|<<search-next,search-next>>|Continue the search to the ([count]th) next term.
|
|<<search-next,search-next>>|Continue the search to the ([count]th) next term.
|
||||||
|<<search-prev,search-prev>>|Continue the search to the ([count]th) previous term.
|
|<<search-prev,search-prev>>|Continue the search to the ([count]th) previous term.
|
||||||
|
|<<toggle-selection,toggle-selection>>|Toggle caret selection mode.
|
||||||
|
|<<yank-selected,yank-selected>>|Yank the selected text to the clipboard or primary selection.
|
||||||
|==============
|
|==============
|
||||||
[[command-accept]]
|
[[command-accept]]
|
||||||
=== command-accept
|
=== command-accept
|
||||||
@ -739,6 +757,10 @@ Select the next completion item.
|
|||||||
=== completion-item-prev
|
=== completion-item-prev
|
||||||
Select the previous completion item.
|
Select the previous completion item.
|
||||||
|
|
||||||
|
[[drop-selection]]
|
||||||
|
=== drop-selection
|
||||||
|
Drop selection and keep selection mode enabled.
|
||||||
|
|
||||||
[[enter-mode]]
|
[[enter-mode]]
|
||||||
=== enter-mode
|
=== enter-mode
|
||||||
Syntax: +:enter-mode 'mode'+
|
Syntax: +:enter-mode 'mode'+
|
||||||
@ -783,6 +805,99 @@ Show a warning message in the statusbar.
|
|||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'text'+: The text to show.
|
* +'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-editor
|
=== open-editor
|
||||||
Open an external editor with the currently selected form field.
|
Open an external editor with the currently selected form field.
|
||||||
@ -949,6 +1064,20 @@ Continue the search to the ([count]th) previous term.
|
|||||||
==== count
|
==== count
|
||||||
How many elements to ignore.
|
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
|
== Debugging commands
|
||||||
These commands are mainly intended for debugging. They are hidden if qutebrowser was started without the `--debug`-flag.
|
These commands are mainly intended for debugging. They are hidden if qutebrowser was started without the `--debug`-flag.
|
||||||
|
@ -191,6 +191,8 @@
|
|||||||
|<<colors-statusbar.bg.warning,statusbar.bg.warning>>|Background color of the statusbar if there is a warning.
|
|<<colors-statusbar.bg.warning,statusbar.bg.warning>>|Background color of the statusbar if there is a warning.
|
||||||
|<<colors-statusbar.bg.prompt,statusbar.bg.prompt>>|Background color of the statusbar if there is a prompt.
|
|<<colors-statusbar.bg.prompt,statusbar.bg.prompt>>|Background color of the statusbar if there is a prompt.
|
||||||
|<<colors-statusbar.bg.insert,statusbar.bg.insert>>|Background color of the statusbar in insert mode.
|
|<<colors-statusbar.bg.insert,statusbar.bg.insert>>|Background color of the statusbar in insert mode.
|
||||||
|
|<<colors-statusbar.bg.caret,statusbar.bg.caret>>|Background color of the statusbar in caret mode.
|
||||||
|
|<<colors-statusbar.bg.caret-selection,statusbar.bg.caret-selection>>|Background color of the statusbar in caret mode with a selection
|
||||||
|<<colors-statusbar.progress.bg,statusbar.progress.bg>>|Background color of the progress bar.
|
|<<colors-statusbar.progress.bg,statusbar.progress.bg>>|Background color of the progress bar.
|
||||||
|<<colors-statusbar.url.fg,statusbar.url.fg>>|Default foreground color of the URL in the statusbar.
|
|<<colors-statusbar.url.fg,statusbar.url.fg>>|Default foreground color of the URL in the statusbar.
|
||||||
|<<colors-statusbar.url.fg.success,statusbar.url.fg.success>>|Foreground color of the URL in the statusbar on successful load.
|
|<<colors-statusbar.url.fg.success,statusbar.url.fg.success>>|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]+
|
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]]
|
[[colors-statusbar.progress.bg]]
|
||||||
=== statusbar.progress.bg
|
=== statusbar.progress.bg
|
||||||
Background color of the progress bar.
|
Background color of the progress bar.
|
||||||
|
Loading…
Reference in New Issue
Block a user