Make PageUp/PageDown behavior configurable and default to 50%

This commit is contained in:
2023-11-22 14:27:34 +01:00
parent c7124c1191
commit 1c8c6d3e3e
5 changed files with 105 additions and 9 deletions

View File

@ -24,6 +24,7 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter", "serde"] }
clap = { version = "4.4.5", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] }
# Config
bounded-integer = { version = "0.5.7", features = ["types"] }
config = "0.13.3"
derive_deref = "1.1.1"
directories = "5.0.1"
@ -31,6 +32,7 @@ hostname = "0.3.1"
json5 = "0.4.1"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_path_to_error = "0.1.14"
# TODO: switch to toml_edit to preserve (and write) doc comments
# Error handling