Add select all command to the editor, equivalent to hitting cmd-d as many times as possible

This commit is contained in:
Mikayla 2023-09-13 14:27:19 -07:00
parent a366ad02ce
commit c074bfd441
No known key found for this signature in database
2 changed files with 58 additions and 20 deletions

View file

@ -294,6 +294,7 @@
"replace_newest": false
}
],
"cmd-shift-d": "editor::SelectNextAll",
"ctrl-cmd-d": [
"editor::SelectPrevious",
{
@ -453,7 +454,7 @@
"context": "Editor",
"bindings": {
"ctrl-shift-k": "editor::DeleteLine",
"cmd-shift-d": "editor::DuplicateLine",
// "cmd-shift-d": "editor::DuplicateLine",
"cmd-shift-l": "editor::SplitSelectionIntoLines",
"ctrl-j": "editor::JoinLines",
"ctrl-cmd-up": "editor::MoveLineUp",