summaryrefslogtreecommitdiffstats
path: root/.config/nvim/my_snippets/markdown.snippets
blob: e567ce6df22ecec67c9f87d3342b60e98c2f1eef (plain)
1
2
3
snippet link "hyperlink" w
[${1:text}](`xsel -ob`)
endsnippet