mirror of
https://github.com/amix/vimrc
synced 2024-12-13 21:52:38 +00:00
11 lines
187 B
Text
11 lines
187 B
Text
# snippets for making snippets :)
|
|
snippet snip
|
|
snippet ${1:trigger}
|
|
${0}
|
|
snippet msnip
|
|
snippet ${1:trigger} ${2:description}
|
|
${0}
|
|
snippet v
|
|
{VISUAL}
|
|
snippet $
|
|
${${1:1}:${0:text}}
|