1
0
Fork 0
mirror of synced 2024-07-02 21:41:09 -04:00
ultimate-vim/bundle/vim-snippets/UltiSnips/ledger.snippets
2014-05-09 21:28:39 +02:00

9 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