Add select all command to the editor, equivalent to hitting cmd-d as many times as possible
This commit is contained in:
parent
a366ad02ce
commit
c074bfd441
2 changed files with 58 additions and 20 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue