mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #229] Smooth Scrolling #111
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#111
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 @alichtman on GitHub (Jan 27, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/229
https://github.com/psliwka/vim-smoothie
It'd be really cool if
Ctrl-dandCtrl-uscrolling worked somewhat like this. I find it hard to keep my place when scrolling through a playlist.@Rigellute commented on GitHub (Jan 29, 2020):
Interesting suggestion. The "scrolling" (ctrl-d/u) implemented in spotify-tui is actually pagination. That is to say, jumping between result pages. It would be rather tricky to smoothly and asynchronously scroll between result pages.
@yasoomn commented on GitHub (Apr 11, 2020):
It would be nice if the view just kept scrolling when you keep pressing j. For now I would like to remap the rather unintuitive Ctrl+d/u to J and K, couldn't find that on the config example. Can it be done?
@Rigellute commented on GitHub (Apr 13, 2020):
Can't currently remap the direction arrows I'm afraid. I need to investigate making this available.