1
0
Fork 0
mirror of synced 2024-07-01 13:01:09 -04:00
ultimate-vim/bundle/vim-snippets/UltiSnips/ledger.snippets
2014-10-13 21:54:40 +02:00

8 lines
198 B
Plaintext

priority -50
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}$0
endsnippet