Add new actions editor::FindNextMatch
and editor::FindPreviousMatch
(#28559)
Closes #7903 Release Notes: - Add new actions `editor::FindNextMatch` and `editor::FindPreviousMatch` that are similar to `editor::SelectNext` and `editor::SelectPrevious` with `"replace_newest": true`, but jumps to the first or last selection when there are multiple selections.
This commit is contained in:
parent
c35238bd72
commit
ad39d3226f
5 changed files with 62 additions and 2 deletions
|
@ -49,7 +49,9 @@
|
|||
"ctrl-k ctrl-l": "editor::ConvertToLowerCase",
|
||||
"shift-alt-m": "markdown::OpenPreviewToTheSide",
|
||||
"ctrl-backspace": "editor::DeleteToPreviousWordStart",
|
||||
"ctrl-delete": "editor::DeleteToNextWordEnd"
|
||||
"ctrl-delete": "editor::DeleteToNextWordEnd",
|
||||
"f3": "editor::FindNextMatch",
|
||||
"shift-f3": "editor::FindPreviousMatch"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue