dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

vimwiki.snippets (166B)


      1 snippet file "File link" bwi
      2 [[local:${1:file path}|${2:link text}]]$0
      3 endsnippet
      4 snippet incl "Transclusion" bwi
      5 {{local:${1:file path}|${2:alt text}}}$0
      6 endsnippet