mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #140] Keybindings for playlist/songlist navigation #61
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#61
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 @etlhsu on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/140
Is your feature request related to a problem? Please describe.
Navigating large playlists can be somewhat cumbersome especially if they have 50+ songs. Support for
/searching is really useful, but wish there were more methods for traversing playlists.Describe the solution you'd like
Including some vertical navigation keybindings would help allow for faster navigation. Not everyone is a Vim fan but I think a couple motions would be cool to have:
ggandGto go to the start and end of a song list:123to go to a specific line item (ex. line 123)Ctrl-uandCtrl-dto go up and down a playlist by a half-page (or simply a larger amount of songs)@aome510 commented on GitHub (Feb 21, 2023):
Hi @etlhsu, are you using the latest version of
spotify-player(v0.12.0)? If yes, the first and last items are already implemented.as in https://github.com/aome510/spotify-player#commands.
:123can also be helpful but with 1 and 3 should be enough most of the time.@etlhsu commented on GitHub (Feb 21, 2023):
Thanks for the callout, will leave this open for the feature request of
:123but can close if this is unplanned.@aome510 commented on GitHub (Feb 21, 2023):
Unfortunately,
:123is unplanned, so let's close this issue for now. Feel free to reopen if you encounter any related issues.