Completely undo older changes
This commit is contained in:
parent
87a4b1d662
commit
79eece8fd0
@ -251,8 +251,7 @@ def history_data(start_time, offset=None):
|
|||||||
|
|
||||||
return [{"url": e.url,
|
return [{"url": e.url,
|
||||||
"title": html.escape(e.title) or html.escape(e.url),
|
"title": html.escape(e.title) or html.escape(e.url),
|
||||||
"time": e.atime}
|
"time": e.atime} for e in entries]
|
||||||
for e in entries]
|
|
||||||
|
|
||||||
|
|
||||||
@add_handler('history')
|
@add_handler('history')
|
||||||
|
@ -23,6 +23,16 @@ confirm_quit:
|
|||||||
default: [never]
|
default: [never]
|
||||||
desc: Require a confirmation before quitting the application.
|
desc: Require a confirmation before quitting the application.
|
||||||
|
|
||||||
|
history_gap_interval:
|
||||||
|
type: Int
|
||||||
|
default: 30
|
||||||
|
desc: >-
|
||||||
|
Maximum time (in minutes) between two history items for them to be
|
||||||
|
considered being from the same browsing session.
|
||||||
|
|
||||||
|
Items with less time between them are grouped when being displayed in
|
||||||
|
`:history`. Use -1 to disable separation.
|
||||||
|
|
||||||
ignore_case:
|
ignore_case:
|
||||||
renamed: search.ignore_case
|
renamed: search.ignore_case
|
||||||
|
|
||||||
@ -1059,18 +1069,6 @@ hints.uppercase:
|
|||||||
type: Bool
|
type: Bool
|
||||||
desc: Make characters in hint strings uppercase.
|
desc: Make characters in hint strings uppercase.
|
||||||
|
|
||||||
## history
|
|
||||||
|
|
||||||
history_gap_interval:
|
|
||||||
type: Int
|
|
||||||
default: 30
|
|
||||||
desc: >-
|
|
||||||
Maximum time (in minutes) between two history items for them to be
|
|
||||||
considered being from the same browsing session.
|
|
||||||
|
|
||||||
Items with less time between them are grouped when being displayed in
|
|
||||||
`:history`. Use -1 to disable separation.
|
|
||||||
|
|
||||||
## input
|
## input
|
||||||
|
|
||||||
input.escape_quits_reporter:
|
input.escape_quits_reporter:
|
||||||
|
Loading…
Reference in New Issue
Block a user