In vim mode, enable `gx` to open up links to other files

Use case or problem

In Vim, you are able to open links by hovering over the word in normal mode and typing gx. This does not follow the obsidian link and I think it’d be a nice integration.

Proposed solution

When you are hovering a linked file, say [[file_name]], and you type gx in normal mode, you follow that link.

Current workaround (optional)

I just use <Alt-P>, but it’s not really vim-y