Important keybinding doesn't work like "Goto definition"

:white_check_mark: Check the forum to ensure the issue hasn’t been reported already
I did. No answer.
:lady_beetle: Provide a clear description of the bug
I just installed Cursor, and f12 doesn’t “go to definition” (See image below)
Then I tried using vim extension. “gd” (go to definition) doesn’t work off the default setting.
I then add

    "vim.normalModeKeyBindingsNonRecursive": [
        {
            "before": ["g", "d"],
            "commands": ["editor.action.revealDefinition"]
        }
    ]

to setting.json (user setting json).
Still, I can’t simply use “goto definition”
:counterclockwise_arrows_button: Explain how to reproduce the bug (if known)

:camera: Attach screenshots or recordings (e.g., .jpg, .png, .mp4).

:laptop: Tell us your operating system and your Cursor version (e.g., Windows, 0.x.x).
window, 0.48.7
:prohibited: Tell us if the issue stops you from using Cursor.
yes. because in project as small as 2 folder with 5 files, navigation becomes very challenging.