mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #221] Don't close application when pressing q inside the playlist pane #110
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#110
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 @worldpotato on GitHub (Jan 23, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/221
When I'm inside the "Playlist" pane and scrolling through the playlists, but want to switch to the "Library" pane I have to switch to the pane on the right (welcome or the current playlist) and than back to the left side. Because pressing
qinside the playlist pane would close the application.I think not closing the application but switching to the pane selection mode would be a more intuitive behavior.
@Rigellute commented on GitHub (Jan 26, 2020):
To switch panes you should be able to use
Escapeto enter "hover mode" which then lets you navigate around to select again.qis meant to be the equivalent of the back button.Hope that makes sense?