prefer 'duration' in configdata descriptions
This commit is contained in:
parent
7672fb5241
commit
e126faf8c1
@ -763,7 +763,7 @@ downloads.remove_finished:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: -1
|
minval: -1
|
||||||
desc: >-
|
desc: >-
|
||||||
Number of milliseconds to wait before removing finished downloads.
|
Duration in milliseconds to wait before removing finished downloads.
|
||||||
|
|
||||||
If set to -1, downloads are never removed.
|
If set to -1, downloads are never removed.
|
||||||
|
|
||||||
@ -816,7 +816,7 @@ hints.auto_follow:
|
|||||||
hints.auto_follow_timeout:
|
hints.auto_follow_timeout:
|
||||||
default: 0
|
default: 0
|
||||||
type: Int
|
type: Int
|
||||||
desc: A timeout (in milliseconds) to ignore normal-mode key bindings after a
|
desc: Duration (in milliseconds) to ignore normal-mode key bindings after a
|
||||||
successful auto-follow.
|
successful auto-follow.
|
||||||
|
|
||||||
hints.border:
|
hints.border:
|
||||||
@ -1022,7 +1022,7 @@ messages.timeout:
|
|||||||
minval: 0
|
minval: 0
|
||||||
default: 2000
|
default: 2000
|
||||||
desc: >-
|
desc: >-
|
||||||
Time (in milliseconds) to show messages in the statusbar for.
|
Duration (in milliseconds) to show messages in the statusbar for.
|
||||||
|
|
||||||
Set to 0 to never clear messages.
|
Set to 0 to never clear messages.
|
||||||
|
|
||||||
@ -1253,7 +1253,7 @@ tabs.show:
|
|||||||
tabs.show_switching_delay:
|
tabs.show_switching_delay:
|
||||||
default: 800
|
default: 800
|
||||||
type: Int
|
type: Int
|
||||||
desc: "Time to show the tab bar before hiding it when tabs.show is set to
|
desc: "Duration to show the tab bar before hiding it when tabs.show is set to
|
||||||
'switching'."
|
'switching'."
|
||||||
|
|
||||||
tabs.tabs_are_windows:
|
tabs.tabs_are_windows:
|
||||||
|
Loading…
Reference in New Issue
Block a user