-
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
Gtk4Associated with Gtk4 porting or requires Gtk4 to fixAssociated with Gtk4 porting or requires Gtk4 to fixStatus: ConfirmedVerified by someone other than the reporterVerified by someone other than the reporter
Description
What Happened?
In the embedded terminal inside Code, the keyboard shortcut Ctrl+U doesn’t work as expected.
In most terminals (and in any standard shell using GNU Readline or similar), Ctrl+U is the default shortcut to clear the current line — deleting all text from the cursor back to the start of the line.
This behavior works correctly in elementary Terminal and most other terminal emulators, but not inside Code’s embedded terminal.
Steps to Reproduce
- Open Code.
- Open the embedded terminal (bottom panel).
- Type any command (e.g., echo hello world).
- Press
Ctrl+U.
Expected Behavior
Expected result:
The current line should be cleared, just like in any standard readline-based terminal.
Actual result:
Nothing happens — the keybinding appears to be ignored.
OS Version
8.x (Circe)
OS Architecture
amd64 (on most hardwares)
Session Type
Secure Session (Wayland)
Software Version
Latest release (I have run all updates)
Log Output
Hardware Info
No response
Metadata
Metadata
Assignees
Labels
Gtk4Associated with Gtk4 porting or requires Gtk4 to fixAssociated with Gtk4 porting or requires Gtk4 to fixStatus: ConfirmedVerified by someone other than the reporterVerified by someone other than the reporter