Skip to content

Instantly share code, notes, and snippets.

@suhaotian
Created July 30, 2014 22:39
Show Gist options
  • Save suhaotian/c375c2acaecc24e45399 to your computer and use it in GitHub Desktop.
Save suhaotian/c375c2acaecc24e45399 to your computer and use it in GitHub Desktop.
A better brackets snippet that only tab complete replace vim plugins which auto-close or auto-paris ..
#require:vim +snipmate +snippets
#usage:
#copy it to your ~/.vim/snippets/_.snippets :)
snippet '
'${1}'${0}
snippet [
[${1}]${0}
snippet "
"${1}"${0}
snippet {
{
${1}
}${0}
snippet (
(${1})${0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment