Fix infinite loop in select all matches

This commit is contained in:
Mikayla 2023-09-20 08:00:55 -07:00
parent c074bfd441
commit 03d4191685
No known key found for this signature in database
3 changed files with 28 additions and 7 deletions

View file

@ -294,7 +294,7 @@
"replace_newest": false
}
],
"cmd-shift-d": "editor::SelectNextAll",
"cmd-shift-d": "editor::SelectAllMatches",
"ctrl-cmd-d": [
"editor::SelectPrevious",
{