vim(1/0)

Navigate source backlinks in vim

If you’ve begun to use backlinks on your static site and you also use Vim as your primary text editor then you’ll appreciate how cool it is to configure Vim’s gf command to navigate via backlinks. My files aren’t referenced relative to my current directory so I need to take more steps to configure gf, but if the files are sourced relative to one another then you won’t even need these steps.…