summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-20 18:41:22 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-20 19:35:57 +0100
commit723bdf693f9d7f1a89c2b484da3650e49b30eeb9 (patch)
tree58c0b04d73663ae3f35b8058558e7592db5bcd3d /doc
parent25afb200eddaf3c859b2d9098836a7b8c1c934ab (diff)
downloadqutebrowser-723bdf693f9d7f1a89c2b484da3650e49b30eeb9.tar.gz
qutebrowser-723bdf693f9d7f1a89c2b484da3650e49b30eeb9.zip
Various default setting changes
See #6022 and #5999
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc14
-rw-r--r--doc/help/settings.asciidoc13
2 files changed, 21 insertions, 6 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 947a3bc50..a3609f121 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -188,6 +188,20 @@ Changed
* `follow-hint` -> `hint-follow`
* `enter-mode` -> `mode-enter`
* `leave-mode` -> `mode-leave`
+- Changes to defailt settings:
+ * `tabs.background` is now `true` by default, so that new tabs get opened in the
+ background.
+ * `input.partial_timeout` is now set to 0 by default, so that partially typed
+ key strings are never cleared.
+ * `hints.leave_on_load` is now `false` by default, so that hint mode doesn't get
+ left when a page finishes loading. This can lead to stale hints persisting in
+ rare circumstances, but is better than leaving hint mode when the user entered
+ it before loading was completed.
+ * The default for `tabs.width` (tab bar width if vertical) is now 15% of the
+ window width rather than 20%.
+ * The default bindings for moving tabs (`tab-move -` and `tab-move +`) were
+ changed from `gl` and `gr` to `gK` and `gJ`, to be consistent with the tab
+ switching bindings.
- Various performance improvements, including for the startup time.
Fixed
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 5562df390..a408c65d1 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -637,6 +637,8 @@ Default:
* +pass:[gB]+: +pass:[set-cmd-text -s :bookmark-load -t]+
* +pass:[gC]+: +pass:[tab-clone]+
* +pass:[gD]+: +pass:[tab-give]+
+* +pass:[gJ]+: +pass:[tab-move +]+
+* +pass:[gK]+: +pass:[tab-move -]+
* +pass:[gO]+: +pass:[set-cmd-text :open -t -r {url:pretty}]+
* +pass:[gU]+: +pass:[navigate up -t]+
* +pass:[g^]+: +pass:[tab-focus 1]+
@@ -646,10 +648,8 @@ Default:
* +pass:[gf]+: +pass:[view-source]+
* +pass:[gg]+: +pass:[scroll-to-perc 0]+
* +pass:[gi]+: +pass:[hint inputs --first]+
-* +pass:[gl]+: +pass:[tab-move -]+
* +pass:[gm]+: +pass:[tab-move]+
* +pass:[go]+: +pass:[set-cmd-text :open {url:pretty}]+
-* +pass:[gr]+: +pass:[tab-move +]+
* +pass:[gt]+: +pass:[set-cmd-text -s :tab-select]+
* +pass:[gu]+: +pass:[navigate up]+
* +pass:[h]+: +pass:[scroll left]+
@@ -3343,7 +3343,7 @@ This setting supports URL patterns.
Type: <<types,Bool>>
-Default: +pass:[true]+
+Default: +pass:[false]+
[[input.insert_mode.plugins]]
=== input.insert_mode.plugins
@@ -3384,10 +3384,11 @@ Default: +pass:[false]+
=== input.partial_timeout
Timeout (in milliseconds) for partially typed key bindings.
If the current input forms only partial matches, the keystring will be cleared after this time.
+If set to 0, partially typed bindings are never cleared.
Type: <<types,Int>>
-Default: +pass:[5000]+
+Default: +pass:[0]+
[[input.spatial_navigation]]
=== input.spatial_navigation
@@ -3840,7 +3841,7 @@ Open new tabs (middleclick/ctrl+click) in the background.
Type: <<types,Bool>>
-Default: +pass:[false]+
+Default: +pass:[true]+
[[tabs.close_mouse_button]]
=== tabs.close_mouse_button
@@ -4185,7 +4186,7 @@ Width (in pixels or as percentage of the window) of the tab bar if it's vertical
Type: <<types,PercOrInt>>
-Default: +pass:[20%]+
+Default: +pass:[15%]+
[[tabs.wrap]]
=== tabs.wrap