Fix infinite loop in select all matches
This commit is contained in:
parent
c074bfd441
commit
03d4191685
3 changed files with 28 additions and 7 deletions
|
@ -294,7 +294,7 @@
|
|||
"replace_newest": false
|
||||
}
|
||||
],
|
||||
"cmd-shift-d": "editor::SelectNextAll",
|
||||
"cmd-shift-d": "editor::SelectAllMatches",
|
||||
"ctrl-cmd-d": [
|
||||
"editor::SelectPrevious",
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue