Bug 502633 - Add Ctrl + W shortcut to close the current tab
Summary: Add Ctrl + W shortcut to close the current tab
Status: RESOLVED INTENTIONAL
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2025-04-10 05:55 UTC by Justin Zobel
Modified: 2025-06-18 11:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Zobel 2025-04-10 05:55:59 UTC
.
Comment 1 ratijas 2025-06-18 11:25:53 UTC
No. Ctrl+W is a legitimate key combination  for terminal apps, commonly bound to "delete word".

Unfortunately, anything with Ctrl as a modifier conflicts with terminal emulator. We just can't have sane and consistent shortcuts like Apple/Mac OS X, because there is no dedicated system key for things like copy/paste/close.

See also: https://github.com/zed-industries/zed/issues/14369