feat: add scroll speed to config (#1968)
This commit is contained in:
parent
57b04d9eb7
commit
dc01071498
10 changed files with 116 additions and 62 deletions
|
|
@ -576,6 +576,15 @@ export type Config = {
|
|||
* Custom keybind configurations
|
||||
*/
|
||||
keybinds?: KeybindsConfig
|
||||
/**
|
||||
* TUI specific settings
|
||||
*/
|
||||
tui?: {
|
||||
/**
|
||||
* TUI scroll speed
|
||||
*/
|
||||
scroll_speed: number
|
||||
}
|
||||
plugin?: Array<string>
|
||||
snapshot?: boolean
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue