Improved readability of statusbar.widgets documentation.
This commit is contained in:
parent
a083728168
commit
38c5eba3e1
|
|
@ -3985,7 +3985,7 @@ Valid values:
|
|||
* +tabs+: Current active tab, e.g. `2`.
|
||||
* +keypress+: Display pressed keys when composing a vi command.
|
||||
* +progress+: Progress bar for the current page loading.
|
||||
* +text:+: `text:foo` displays the static text foo.
|
||||
* +text:foo+: Display the static text after the colon, `foo` in the example.
|
||||
|
||||
Default:
|
||||
|
||||
|
|
|
|||
|
|
@ -1933,7 +1933,7 @@ statusbar.widgets:
|
|||
- tabs: "Current active tab, e.g. `2`."
|
||||
- keypress: "Display pressed keys when composing a vi command."
|
||||
- progress: "Progress bar for the current page loading."
|
||||
- 'text:': "`text:foo` displays the static text foo."
|
||||
- 'text:foo': "Display the static text after the colon, `foo` in the example."
|
||||
none_ok: true
|
||||
default: ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
|
||||
desc: "List of widgets displayed in the statusbar."
|
||||
|
|
|
|||
Loading…
Reference in New Issue