mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[GH-ISSUE #795] Clearing search input #325
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#325
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 @jvataja on GitHub (Apr 20, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/795
Shortcut for clearing search input is needed, since "/" does not clear it and the system default "cmd + backspace" does not work.
@rcmiii commented on GitHub (Apr 24, 2021):
You can do this with
ctrl+lin search mode@jvataja commented on GitHub (Apr 24, 2021):
Oh, that's right.