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:
parent
a74f2bb18b
commit
9609e04bb2
4 changed files with 231 additions and 13 deletions
|
@ -275,6 +275,7 @@ actions!(
|
|||
ConvertToUpperCamelCase,
|
||||
ConvertToUpperCase,
|
||||
Copy,
|
||||
CopyAndTrim,
|
||||
CopyFileLocation,
|
||||
CopyHighlightJson,
|
||||
CopyFileName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue