aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-05-16 20:25:59 +0530
committerkrolxon <krolyxon@tutanota.com>2024-05-16 20:25:59 +0530
commit1da0b85fa9e59ce1df1e440dfa72dd0d0ec48951 (patch)
tree76ae5e71ddc8f34c248b85620652abf60c3e95cd /README.md
parentc51d9cc12e84e060d9160b5e765cfd6198075de1 (diff)
remove backspace keymap
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e790c43..f6fe5e9 100755
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ rmptui is a minimal tui mpd client made with rust.
| `3` | Go to playlists view |
| `Enter`/`l`/`Right` | Add song/playlist to current playlist |
| `a` | Append the song to current playing queue |
-| `Space`/`BackSpace` | Delete the highlighted song from queue |
+| `Space` | Delete the highlighted song from queue |
| `f` | Go forwards |
| `b` | Go backwards |
| `>` | Play next song from queue |