spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

Feature: Add ability to jump to search result

Open JohnMitchell04 opened this issue 6 months ago • 0 comments

Currently, there's no way to jump to a search result within a playlist without first playing the song and using JumpToCurrentTrackInContext. This PR adds the ability to jump directly to any search result in a playlist. After searching, highlight a result and press C-j to jump to its location in the playlist.

The default keybind is C-j, which overlaps with MovePlaylistItemDown. Whilst, the two don't conflict during search, I recognise this may not be desirable, so I can change the default if desired.

JohnMitchell04 avatar Jun 17 '25 14:06 JohnMitchell04