Skip to content

Commit

Permalink
Add editor::SelectAllMatches to SublimeText base keymap (#20866)
Browse files Browse the repository at this point in the history
`alt-f3` on Linux
`ctrl-cmd-g` on MacOS

Co-authored-by: Roman Seidelsohn <rseidelsohn@gmail.com>
  • Loading branch information
notpeter and RSeidelsohn authored Nov 19, 2024
1 parent 496dae9 commit 1c2b3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/keymaps/linux/sublime_text.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ctrl-shift-l": "editor::SplitSelectionIntoLines",
"ctrl-shift-a": "editor::SelectLargerSyntaxNode",
"ctrl-shift-d": "editor::DuplicateLineDown",
"alt-f3": "editor::SelectAllMatches", // find_all_under
"f12": "editor::GoToDefinition",
"ctrl-f12": "editor::GoToDefinitionSplit",
"shift-f12": "editor::FindAllReferences",
Expand Down
1 change: 1 addition & 0 deletions assets/keymaps/macos/sublime_text.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"cmd-shift-l": "editor::SplitSelectionIntoLines",
"cmd-shift-a": "editor::SelectLargerSyntaxNode",
"cmd-shift-d": "editor::DuplicateLineDown",
"ctrl-cmd-g": "editor::SelectAllMatches", // find_all_under
"shift-f12": "editor::FindAllReferences",
"alt-cmd-down": "editor::GoToDefinition",
"ctrl-alt-cmd-down": "editor::GoToDefinitionSplit",
Expand Down

0 comments on commit 1c2b3ad

Please sign in to comment.