1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 12:14:07 +00:00
This commit is contained in:
Rae 5e 2025-01-01 20:38:38 -05:00
parent bb5c008b93
commit ba7685dc06
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 30 additions and 4 deletions

View file

@ -26,8 +26,8 @@
"p": TogglePause,
"s": Stop,
"q": Quit,
"<C-A-Left>": NextTab,
"<C-A-Right>": PreviousTab,
"<C-A-Right>": NextTab,
"<C-A-Left>": PreviousTab,
">": NextTrack,
"<": PreviousTrack,
"<S-Right>": SeekForward,
@ -66,7 +66,7 @@
"n": NextResult,
"<CR>": Add,
"A": AddAll,
"<Delete>": Delete,
"<Del>": Delete,
"r": Rename,
"<Home>": Top,
"<End>": Bottom,