Update reference to editor::OpenFile in keymap (#22827)
Follow-up to #22494 Release Notes: - N/A
This commit is contained in:
parent
632372a4f1
commit
d855eb3acb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
"g y": "editor::GoToTypeDefinition",
|
||||
"g shift-i": "editor::GoToImplementation",
|
||||
"g x": "editor::OpenUrl",
|
||||
"g f": "editor::OpenFile",
|
||||
"g f": "editor::OpenSelectedFilename",
|
||||
"g n": "vim::SelectNextMatch",
|
||||
"g shift-n": "vim::SelectPreviousMatch",
|
||||
"g l": "vim::SelectNext",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue