diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-04-28 16:27:03 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-04-28 16:27:03 +0530 |
| commit | 5eafc1898bf41ce2e6d3a634724f9443546af614 (patch) | |
| tree | acf9366842bb6485353109c2ddb85718bb9935f2 /README.md | |
| parent | b9d61698523b2489fe831e8acaf1684b065a2c17 (diff) | |
keybind: goto top, bottom
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,7 @@ A MPD client in Rust - `3` to go to playlists view - `Enter` to add song/playlist to current playlist - `a` to append the song to current playing queue -- `BackSpace` to delete the highlighted song from queue +- `Space`/`BackSpace` to delete the highlighted song from queue - `f` to go forwards - `b` to go backwards - `>` to play next song from queue @@ -29,6 +29,8 @@ A MPD client in Rust - `r` to toggle repeat - `z` to toggle random - `/` to search +- `g` to go to top of list +- `G` to go to bottom of list ### TODO - [x] fix performance issues |
