mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #720] More vim-like navigation #1362
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#1362
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 @weston-harper-rox on GitHub (May 14, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/720
Is your feature already implemented in the latest
master?No
Is your feature request related to a problem? Please describe.
My muscle memory is pretty built around vim motions, which are for the most part honored by the client. However, I constantly find myself hitting 'h' or 'l' and cursing to myself because I just swapped to the lyrics page.
Describe the solution you'd like
'g <something>'.Describe alternatives you've considered
None really, I love the tool and use it all the time!
Additional context
N/A
@aome510 commented on GitHub (May 14, 2025):
you can re-map the default keybindings by following https://github.com/aome510/spotify-player/blob/master/docs/config.md#keymaps
@janekx21 commented on GitHub (Jul 18, 2025):
You could provide a vim
keymaps.toml. This would be very helpful ^^@l3d00m commented on GitHub (Aug 10, 2025):
See my config at https://github.com/l3d00m/dotfiles/blob/main/dot_config/spotify-player/keymap.toml
I did something like this. Enter a context with
l, leave it withh. Also usewfollowed byhorlto navigate between panes. Not sure if that intuitive for everyone or just for me.