Best way to create keymap to open up a certain document? #500
-
I've got a never-ending Neovim configuration ideas document in my vault. It's basically What's a good keymap I can create to instantly open up this document in Neovim other than hard-coding the full path and just run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out the issue was the filename. The filename was actually |
Beta Was this translation helpful? Give feedback.
Turns out the issue was the filename. The filename was actually
Neovim_ideas.md
, so changing the command/query to etiher all lowercase fixed my issue. Matching the case sensitivity 100% would also fix it.