summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-08-16 20:47:28 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-08-16 20:47:28 -0400
commit1775bfd721519c9bc2c99d8c5e7b35cf6500b589 (patch)
tree00b40df217136556cdee42d659989cf34a850b6b /README.md
parent84ec87ffe3436fa893d0d291eb2f4878ec975237 (diff)
Update keybindings docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8b5412e..6f5552b 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,9 @@ for further information.
### TUI key bindings
- `q`, `<Ctrl-C>`: exit the program
+- `k`, `<space>`: pause or resume playback
- `j`: fast-backward by 10 seconds
- `l`: fast-forward by 10 seconds
-- `<left arrow>`: fast-backward by 5 seconds
-- `<right arrow>`: fast-forward by 5 seconds
-- `k`, `<space>`: pause or resume playback
## Contributing