mirror of
https://github.com/kristoferssolo/traxor.git
synced 2025-10-21 20:10:35 +00:00
29 lines
482 B
TOML
29 lines
482 B
TOML
[keybinds]
|
|
quit = "q"
|
|
next_tab = "l"
|
|
prev_tab = "h"
|
|
next_torrent = "j"
|
|
prev_torrent = "k"
|
|
switch_tab_1 = "1"
|
|
switch_tab_2 = "2"
|
|
switch_tab_3 = "3"
|
|
toggle_torrent = "enter"
|
|
toggle_all = "a"
|
|
delete = "d"
|
|
delete_force = "D"
|
|
select = " "
|
|
toggle_help = "?"
|
|
move = "m"
|
|
|
|
[colors]
|
|
highlight_background = "magenta"
|
|
highlight_foreground = "black"
|
|
header_foreground = "yellow"
|
|
info_foreground = "blue"
|
|
error_foreground = "red"
|
|
|
|
[log]
|
|
traxor = "info"
|
|
ratatui = "warn"
|
|
transmission_rpc = "warn"
|