feat: add keybinds for tabs 1-10 (0 for 10th)

This commit is contained in:
2026-01-01 04:56:08 +02:00
parent c8b7d0ccbe
commit 691e30b4a4
3 changed files with 16 additions and 1 deletions

View File

@@ -14,12 +14,17 @@ next_torrent = "j"
prev_tab = "h"
next_tab = "l"
# Tab switching
# Tab switching (1-9, 0 for 10th)
switch_tab_1 = "1"
switch_tab_2 = "2"
switch_tab_3 = "3"
switch_tab_4 = "4"
switch_tab_5 = "5"
switch_tab_6 = "6"
switch_tab_7 = "7"
switch_tab_8 = "8"
switch_tab_9 = "9"
switch_tab_10 = "0"
# Torrent actions
toggle_torrent = "enter"