a98440593d86

More snippets.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 13 Jul 2011 10:41:17 -0400
parents 33fb4219a011
children fb51e15e10e8
branches/tags (none)
files vim/.vimrc vim/snippets/_.snippets

Changes

--- a/vim/.vimrc	Tue Jul 12 17:00:13 2011 -0400
+++ b/vim/.vimrc	Wed Jul 13 10:41:17 2011 -0400
@@ -99,6 +99,8 @@
 iabbrev sl/ http://stevelosh.com/
 iabbrev bb/ http://bitbucket.org/
 iabbrev bbs/ http://bitbucket.org/sjl/
+iabbrev gh/ http://github.com/
+iabbrev ghs/ http://github.com/sjl/
 iabbrev sl@ steve@stevelosh.com
 
 " }}}
--- a/vim/snippets/_.snippets	Tue Jul 12 17:00:13 2011 -0400
+++ b/vim/snippets/_.snippets	Wed Jul 13 10:41:17 2011 -0400
@@ -5,3 +5,13 @@
 	`&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
 snippet date
 	`strftime("%Y-%m-%d")`
+snippet sl
+	http://stevelosh.com/
+snippet gh
+	http://github.com/
+snippet ghs
+	http://github.com/sjl/
+snippet bb
+	http://bitbucket.org/
+snippet bbs
+	http://bitbucket.org/sjl/