macOS: Add default mapping and global menubar action to erase last command

This is "Cmd+L" from Terminal.app
This commit is contained in:
Kovid Goyal
2025-08-07 09:15:12 +05:30
parent b0439d4183
commit c86ec79e32
9 changed files with 30 additions and 5 deletions

View File

@@ -112,6 +112,9 @@ Detailed list of changes
- A new :opt:`cursor_trail_color` setting to independently control the color of
cursor trails (:pull:`8830`)
- macOS: Add the default :kbd:`Cmd+L` mapping from Terminal.app to erase the
last command and its output (:disc:`6040`)
- Wayland: Fix incorrect window size calculation when transitioning from
full screen to non-full screen with client side decorations (:iss:`8826`)