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 12:42:22 -05:00 committed by GitHub
parent 632372a4f1
commit d855eb3acb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@
"g y": "editor::GoToTypeDefinition", "g y": "editor::GoToTypeDefinition",
"g shift-i": "editor::GoToImplementation", "g shift-i": "editor::GoToImplementation",
"g x": "editor::OpenUrl", "g x": "editor::OpenUrl",
"g f": "editor::OpenFile", "g f": "editor::OpenSelectedFilename",
"g n": "vim::SelectNextMatch", "g n": "vim::SelectNextMatch",
"g shift-n": "vim::SelectPreviousMatch", "g shift-n": "vim::SelectPreviousMatch",
"g l": "vim::SelectNext", "g l": "vim::SelectNext",