Vim Configs and some i3 tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user