[PR #715] [CLOSED] Add # j and # k to jump # number up and down. #849

Closed
opened 2026-03-03 00:01:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/715
Author: @markgandolfo
Created: 5/9/2025
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • c7be426 Add # j and # k to jump # number up and down.
  • 8599c6a Merge 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] j or [1-9] k to move up or down that many lines.

i.e. you can 4 j to go down 4 lines. or 3 k to go up 3 lines.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/715 **Author:** [@markgandolfo](https://github.com/markgandolfo) **Created:** 5/9/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`c7be426`](https://github.com/aome510/spotify-player/commit/c7be42670d776bd00d54e992464f23240257f196) Add # j and # k to jump # number up and down. - [`8599c6a`](https://github.com/aome510/spotify-player/commit/8599c6ace50812164b9b0523d75148d3a3150eff) Merge branch 'aome510:master' into master ### 📊 Changes **5 files changed** (+401 additions, -368 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This pull request adds the ability to mimic vim's j & k commands. Now we you can do `[1-9] j` or `[1-9] k` to move up or down that many lines. i.e. you can `4 j` to go down 4 lines. or `3 k` to go up 3 lines. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#849
No description provided.