keymap: Document editor::Select* actions (cmd-d, etc) (#28362)

This is a no-op change which just adds comments.

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-04-11 20:22:36 +00:00 committed by GitHub
parent 6a60bb189b
commit 932a7c6440
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 9 deletions

View file

@ -37,6 +37,8 @@
"ctrl-shift-a": "editor::SelectLargerSyntaxNode",
"ctrl-shift-d": "editor::DuplicateSelection",
"alt-f3": "editor::SelectAllMatches", // find_all_under
// "ctrl-f3": "", // find_under (cancels any selections)
// "cmd-alt-shift-g": "" // find_under_prev (cancels any selections)
"f9": "editor::SortLinesCaseSensitive",
"ctrl-f9": "editor::SortLinesCaseInsensitive",
"f12": "editor::GoToDefinition",