mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #715] [CLOSED] Add # j and # k to jump # number up and down. #849
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#849
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/715
Author: @markgandolfo
Created: 5/9/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
c7be426Add # j and # k to jump # number up and down.8599c6aMerge branch 'aome510:master' into master📊 Changes
5 files changed (+401 additions, -368 deletions)
View changed files
📝
README.md(+59 -59)📝
spotify_player/src/command.rs(+10 -4)📝
spotify_player/src/config/keymap.rs(+314 -291)📝
spotify_player/src/event/page.rs(+6 -6)📝
spotify_player/src/event/popup.rs(+12 -8)📄 Description
This pull request adds the ability to mimic vim's j & k commands.
Now we you can do
[1-9] jor[1-9] kto move up or down that many lines.i.e. you can
4 jto go down 4 lines. or3 kto go up 3 lines.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.