Make PageUp/PageDown behavior configurable and default to 50%
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user