[PR #425] [MERGED] Add more readline shortcuts and make ^U work like readline #816

Closed
opened 2026-02-28 14:53:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/425
Author: @fratajczak
Created: 4/30/2020
Status: Merged
Merged: 5/4/2020
Merged by: @Rigellute

Base: masterHead: master


📝 Commits (4)

  • f49119b Update Ctrl-U shortcut to work like readline, add Ctrl-L
  • 86db537 Add Ctrl-K readline shortcut (delete end of line)
  • 02bb660 Add Ctrl-W readline shortcut (delete previous word)
  • 9bf6a28 Add new readline shortcuts to help menu

📊 Changes

2 files changed (+112 additions, -2 deletions)

View changed files

📝 src/handlers/input.rs (+100 -1)
📝 src/ui/help.rs (+12 -1)

📄 Description

No description provided


🔄 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/Rigellute/spotify-tui/pull/425 **Author:** [@fratajczak](https://github.com/fratajczak) **Created:** 4/30/2020 **Status:** ✅ Merged **Merged:** 5/4/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`f49119b`](https://github.com/Rigellute/spotify-tui/commit/f49119b08a8e438895d9ba9f14200f0b3660a5cd) Update Ctrl-U shortcut to work like readline, add Ctrl-L - [`86db537`](https://github.com/Rigellute/spotify-tui/commit/86db53711b0924c81ff1de187bb3451804c0843c) Add Ctrl-K readline shortcut (delete end of line) - [`02bb660`](https://github.com/Rigellute/spotify-tui/commit/02bb660dffb8bc869664b9b249fdff4dde6b8661) Add Ctrl-W readline shortcut (delete previous word) - [`9bf6a28`](https://github.com/Rigellute/spotify-tui/commit/9bf6a280def5ac33283404d6e9a45f3902b0c5b2) Add new readline shortcuts to help menu ### 📊 Changes **2 files changed** (+112 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/handlers/input.rs` (+100 -1) 📝 `src/ui/help.rs` (+12 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:28 +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-tui#816
No description provided.