aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-04-28 16:27:03 +0530
committerkrolxon <krolyxon@tutanota.com>2024-04-28 16:27:03 +0530
commit5eafc1898bf41ce2e6d3a634724f9443546af614 (patch)
treeacf9366842bb6485353109c2ddb85718bb9935f2 /README.md
parentb9d61698523b2489fe831e8acaf1684b065a2c17 (diff)
keybind: goto top, bottom
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ffe2998..0d4e2b7 100755
--- a/README.md
+++ b/README.md
@@ -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