Vim Keymap For Markdown Links
I work with Markdown a lot. I use it for note-taking, documenting projects, creating personal wikis (and a world-building wiki!), etc. And most recently, I have started this blog so I use it even more than before. Whenever I edit text in Markdown, I often find myself adding links here and there. Since I also use Neovim as my primary text/code editor, I can easily add links to text elements using minimal vim motions. ...