summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-29 14:44:21 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-29 14:48:05 -0400
commit3ee08133ff427652b7d0b021153dfeef2cc4142c (patch)
treea6a9df799a9b287a75679438190cc1c232e8e86a /vim
parent4777246c001f149184c2f6df3352f35fc703ac5f (diff)
downloadconf-3ee08133ff427652b7d0b021153dfeef2cc4142c.tar.gz
conf-3ee08133ff427652b7d0b021153dfeef2cc4142c.zip
global snippet to insert the current timestamp
Diffstat (limited to 'vim')
-rw-r--r--vim/snippets/_.snippets4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/snippets/_.snippets b/vim/snippets/_.snippets
new file mode 100644
index 0000000..3d2afe4
--- /dev/null
+++ b/vim/snippets/_.snippets
@@ -0,0 +1,4 @@
+snippet now
+ `strftime("%Y-%m-%d %H:%M")`
+snippet nows
+ "`strftime("%Y-%m-%d %H:%M")`"