mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 13:28:33 +00:00
add searching mode keybindings
This commit is contained in:
parent
14faf62864
commit
0661449c0f
1 changed files with 3 additions and 1 deletions
|
@ -71,12 +71,14 @@ Key | Action
|
|||
`l`, `Right` | seek forwards
|
||||
`H` | previous song
|
||||
`L` | next song
|
||||
`Enter` | play selected song
|
||||
`Enter` | play selected song or quit searching mode if in searching mode
|
||||
`Space` | select current song or the first song in the queue
|
||||
`j`, `Down`, `ScrollDown` | go down in the queue
|
||||
`k`, `Up`, `ScrollUp` | go up in the queue
|
||||
`J`, `PageDown` | jump down in the queue
|
||||
`K`, `PageUp` | jump up in the queue
|
||||
`/` | enter searching mode
|
||||
`Escape` | quit searching mode and empty query
|
||||
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue