Vim Configs and some i3 tweaks

This commit is contained in:
Tuan-Dat Tran
2018-10-03 16:39:19 +00:00
parent 64f483c954
commit a3c7525dd9
23 changed files with 2308 additions and 110 deletions

View File

@@ -4,11 +4,14 @@
(quote
(("schulden" "%(binary) -f %(ledger-file) bal ^Schulden")
("acclist" "%(binary) -f %(ledger-file) accounts")
("spendable" "%(binary) -f %(ledger-file) reg Girokonto$ Brieftasche$")
("monthly" "%(binary) -f %(ledger-file) -M --period-sort \"amount\" reg ^Ausgaben")
("bal" "%(binary) -f %(ledger-file) bal")
("reg" "%(binary) -f %(ledger-file) reg")
("payee" "%(binary) -f %(ledger-file) reg @%(payee)")
("acc" "%(binary) -f %(ledger-file) reg %(account)"))))
("spendable" "%(binary) -f %(ledger-file) reg Girokonto$ Brieftasche$ --real")
("monthly" "%(binary) -f %(ledger-file) -M --period-sort \"amount\" reg ^Ausgaben --real")
("bal" "%(binary) -f %(ledger-file) bal --real")
("reg" "%(binary) -f %(ledger-file) reg --real")
("payee" "%(binary) -f %(ledger-file) reg @%(payee) --real")
("acc" "%(binary) -f %(ledger-file) reg %(account) --real")
)
)
)
)
#+END_SRC