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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue