summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew MacFie <amacfie@sent.com>2021-01-19 15:07:04 -0500
committerAndrew MacFie <amacfie@sent.com>2021-01-19 15:07:04 -0500
commit3b3529db7a51903700c55ca6cc688e6580954c89 (patch)
treed113d8f2c1a19078ad1d35e63e6f0c5fb833c5dc /doc
parenta12378a31d88368194d66acb293c9bb3d0030c0b (diff)
downloadqutebrowser-3b3529db7a51903700c55ca6cc688e6580954c89.tar.gz
qutebrowser-3b3529db7a51903700c55ca6cc688e6580954c89.zip
Add favorite_paths as setting
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index cad845036..183ee8b11 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -123,6 +123,7 @@
|<<colors.webpage.prefers_color_scheme_dark,colors.webpage.prefers_color_scheme_dark>>|Force `prefers-color-scheme: dark` colors for websites.
|<<completion.cmd_history_max_items,completion.cmd_history_max_items>>|Number of commands to save in the command history.
|<<completion.delay,completion.delay>>|Delay (in milliseconds) before updating completions after typing a character.
+|<<completion.favorite_paths,completion.favorite_paths>>|Default filesystem autocomplete suggestions for :open.
|<<completion.height,completion.height>>|Height (in pixels or as percentage of the window) of the completion.
|<<completion.min_chars,completion.min_chars>>|Minimum amount of characters needed to update completions.
|<<completion.open_categories,completion.open_categories>>|Which categories to show (in which order) in the :open completion.
@@ -1757,6 +1758,15 @@ Type: <<types,Int>>
Default: +pass:[0]+
+[[completion.favorite_paths]]
+=== completion.favorite_paths
+The elements of this list show up in the completion window under the
+Filesystem category when the command line contains :open but no argument.
+
+Type: <<types,List of String>>
+
+Default: empty
+
[[completion.height]]
=== completion.height
Height (in pixels or as percentage of the window) of the completion.
@@ -1793,6 +1803,7 @@ Default:
- +pass:[quickmarks]+
- +pass:[bookmarks]+
- +pass:[history]+
+- +pass:[filesystem]+
[[completion.quick]]
=== completion.quick