mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #817] Please add keybinding to directly exit #341
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#341
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 @pezcurrel on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/817
Hi and thanks all for the great program :)
I think it would be useful to have the possibility to exit the program at any time by pressing a specific key or key-combo, without having to press the "back" key multiple times.
@Rigellute commented on GitHub (May 18, 2021):
Thanks @pezcurrel.
You can exit
spotify-tuiby pressingctrl-c. This is the "global" exit binding.@pezcurrel commented on GitHub (May 19, 2021):
Thanks Rigellute :)
Is this "global exit" binding assignable to other keys/key combos?
If so, what keyword should I use in the "keybindings:" section of config.yml?
@Rigellute commented on GitHub (May 19, 2021):
Just double checked and ctrl-c is currently hardcoded, I'm afraid.
We could expose this binding in the keybind config though.
@pezcurrel commented on GitHub (May 19, 2021):
It would be great :)
Sadly I know too little to help.