Update docs
This commit is contained in:
parent
c96722f169
commit
ed6432136f
@ -31,7 +31,7 @@ Added
|
|||||||
terminal
|
terminal
|
||||||
- New `:messages` command to show error messages
|
- New `:messages` command to show error messages
|
||||||
- New pop-up showing possible keybinding when the first key of a keychain is
|
- New pop-up showing possible keybinding when the first key of a keychain is
|
||||||
pressed. This can be turned off using `:set ui show-keyhints false`.
|
pressed. This can be turned off using `:set ui keyhint-blacklist *`.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -141,8 +141,8 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Daniel Schadt
|
* Daniel Schadt
|
||||||
* Antoni Boucher
|
* Antoni Boucher
|
||||||
* Lamar Pavel
|
* Lamar Pavel
|
||||||
* Bruno Oliveira
|
|
||||||
* Ryan Roden-Corrent
|
* Ryan Roden-Corrent
|
||||||
|
* Bruno Oliveira
|
||||||
* Alexander Cogneau
|
* Alexander Cogneau
|
||||||
* Felix Van der Jeugt
|
* Felix Van der Jeugt
|
||||||
* Martin Tournoij
|
* Martin Tournoij
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|<<ui-hide-mouse-cursor,hide-mouse-cursor>>|Whether to hide the mouse cursor.
|
|<<ui-hide-mouse-cursor,hide-mouse-cursor>>|Whether to hide the mouse cursor.
|
||||||
|<<ui-modal-js-dialog,modal-js-dialog>>|Use standard JavaScript modal dialog for alert() and confirm()
|
|<<ui-modal-js-dialog,modal-js-dialog>>|Use standard JavaScript modal dialog for alert() and confirm()
|
||||||
|<<ui-hide-wayland-decoration,hide-wayland-decoration>>|Hide the window decoration when using wayland (requires restart)
|
|<<ui-hide-wayland-decoration,hide-wayland-decoration>>|Hide the window decoration when using wayland (requires restart)
|
||||||
|<<ui-show-keyhints,show-keyhints>>|Show possible keychains based on the current keystring
|
|<<ui-keyhint-blacklist,keyhint-blacklist>>|Keychains that shouldn't be shown in the keyhint dialog
|
||||||
|==============
|
|==============
|
||||||
|
|
||||||
.Quick reference for section ``network''
|
.Quick reference for section ``network''
|
||||||
@ -671,16 +671,13 @@ Valid values:
|
|||||||
|
|
||||||
Default: +pass:[false]+
|
Default: +pass:[false]+
|
||||||
|
|
||||||
[[ui-show-keyhints]]
|
[[ui-keyhint-blacklist]]
|
||||||
=== show-keyhints
|
=== keyhint-blacklist
|
||||||
Show possible keychains based on the current keystring
|
Keychains that shouldn't be shown in the keyhint dialog
|
||||||
|
|
||||||
Valid values:
|
Globs are supported, so ';*' will blacklist all keychainsstarting with ';'. Use '*' to disable keyhints
|
||||||
|
|
||||||
* +true+
|
Default: empty
|
||||||
* +false+
|
|
||||||
|
|
||||||
Default: +pass:[true]+
|
|
||||||
|
|
||||||
== network
|
== network
|
||||||
Settings related to the network.
|
Settings related to the network.
|
||||||
|
Loading…
Reference in New Issue
Block a user