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:
parent
6a60bb189b
commit
932a7c6440
4 changed files with 16 additions and 9 deletions
|
@ -38,6 +38,8 @@
|
|||
"cmd-shift-a": "editor::SelectLargerSyntaxNode",
|
||||
"cmd-shift-d": "editor::DuplicateSelection",
|
||||
"ctrl-cmd-g": "editor::SelectAllMatches", // find_all_under
|
||||
// "cmd-alt-g": "", // find_under (cancels any selections)
|
||||
// "cmd-alt-shift-g": "" // find_under_prev (cancels any selections)
|
||||
"f5": "editor::SortLinesCaseSensitive",
|
||||
"ctrl-f5": "editor::SortLinesCaseInsensitive",
|
||||
"shift-f12": "editor::FindAllReferences",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue