Update reference to editor::OpenFile in keymap (#22827)

Follow-up to #22494

Release Notes:

- N/A
This commit is contained in:
Cole Miller
2025-01-08 17:42:22 +00:00
committed by GitHub
parent 632372a4f1
commit d855eb3acb
+1 -1
View File
@@ -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",