Skip to content

Commit

Permalink
Add missing clipboard shortcut to default-linux.json (#13900)
Browse files Browse the repository at this point in the history
Bind shift-delete to editor::Cut (similar to #11799, which added copy
and paste, but not cut)


Release Notes:

- N/A
  • Loading branch information
vjdw authored Jul 7, 2024
1 parent 813cc3f commit 79f3646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/keymaps/default-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"ctrl-t": "editor::Transpose",
"ctrl-backspace": "editor::DeleteToPreviousWordStart",
"ctrl-delete": "editor::DeleteToNextWordEnd",
"shift-delete": "editor::Cut",
"ctrl-x": "editor::Cut",
"ctrl-insert": "editor::Copy",
"ctrl-c": "editor::Copy",
Expand Down

0 comments on commit 79f3646

Please sign in to comment.