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:
parent
ed78c4db70
commit
91bc8d43e2
6
UltiSnips/ledger.snippets
Normal file
6
UltiSnips/ledger.snippets
Normal 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
|
Loading…
Reference in New Issue
Block a user