Add snippet for ledger

Signed-off-by: Rene Vergara <rene.a.vergara@gmail.com>
Add a snippet to enter a transaction into a ledger file to be
used with the ledger accounting tool.

Recommend to use the vim-ledger plugin for filetype detection.
This commit is contained in:
Rene Vergara 2013-04-28 11:03:36 -05:00
parent ed78c4db70
commit 91bc8d43e2

View File

@ -0,0 +1,6 @@
snippet t "Transaction" b
${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:*} ${5:Payee}
${6:Expenses} \$${7:0.00}
${8:Assets:Checking}
endsnippet