I have a file "cheatcheet.md" in my documents directory. I would like to open it with a single keyboard shortcut (something unused like Ctrl+i n), instead of going into Menu > File > Open File… and navigate to file.
I have tried few suggestions in keybindings.json suggested by SO, but they either error out or do nothing.
2
Answers
You can use the extension I wrote: HTML Related Links
It has a command:
htmlRelatedLinks.openFile
You can simply use this keybinding for
vscode.open
:Note: use forward slashes.