diff options
author | Florrie <towerofnix@gmail.com> | 2018-12-23 00:06:31 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-12-23 00:06:31 -0400 |
commit | 770f7ce6f89f7cfc0d1f8f5d279a0649caa1a45a (patch) | |
tree | 982f75de29e0ba14862c1b72a69d814e590744f3 | |
parent | 36332b26b37f3c611d991e83ec5b17ab2a8af082 (diff) |
Fix typo in keybindings section of README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 5071468..c59f80b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You're also welcome to share any ideas, suggestions, and questions through there * <kbd>Escape</kbd> - stop playing the current track * <kbd>Right</kbd> - seek ahead * <kbd>Left</kbd> - seek back -* <kbd><kbd>Ctrl</kbd>+<kbd>O</kbd></kbd> - jump to a track or group by entering (part of) its name +* <kbd><kbd>Ctrl</kbd>+<kbd>F</kbd></kbd> or <kbd>/</kbd> - jump to a track or group by entering (part of) its name * <kbd><kbd>Ctrl</kbd>+<kbd>O</kbd></kbd> - open a playlist from a source (like a /path/to/a/folder or a YouTube playlist URL) (you can also just pass this source to `mtui`) * <kbd>t</kbd> and <kbd>T</kbd> (shift+T) - switch between playlist tabs * <kbd><kbd>Ctrl</kbd>+<kbd>T</kbd></kbd> - open the current playlist in a new tab (so, clone the current tab) |