Add a way to copy with the selections trimmed (#27206)

No default binding currently, `cmd/ctr-shift-c` seem somewhat natural
but those are occupied by the collab panel.


https://github.com/user-attachments/assets/702cc52a-a4b7-4f2c-bb7f-12ca0c66faeb


Release Notes:

- Added a way to copy with the selections trimmed

---------

Co-authored-by: Cole Miller <m@cole-miller.net>
This commit is contained in:
Kirill Bulatov 2025-03-20 21:58:51 +02:00 committed by GitHub
parent a74f2bb18b
commit 9609e04bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 231 additions and 13 deletions

View file

@ -275,6 +275,7 @@ actions!(
ConvertToUpperCamelCase,
ConvertToUpperCase,
Copy,
CopyAndTrim,
CopyFileLocation,
CopyHighlightJson,
CopyFileName,