mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #820] Document all the disposable keybindings in README.md #343
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#343
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pezcurrel on GitHub (May 19, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/820
Please document all the disposable keywords for actions and all the disposable keywords for most common "special keys" in the "keybindings:" section of the sample "config.yml" file in "README.md". I managed to find out the keywords for "scroll one page up" (
next_page) and "scroll one page down" (previous_page) by peeking at the code, and to assign them to my keyboard's "page up" and "page down" keys by trial and error on how to refer to them (pagedown,pageup), but it would have been better if they were documented :)