feat(beancount): add {next,previous}-transaction commands
This commit is contained in:
parent
6471690782
commit
9d9b278914
2 changed files with 16 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
"TAB" (cmds! (and outline-minor-mode (outline-on-heading-p))
|
||||
#'beancount-outline-cycle
|
||||
#'indent-according-to-mode)
|
||||
:m "[[" #'+beancount/previous-transaction
|
||||
:m "]]" #'+beancount/next-transaction
|
||||
:localleader
|
||||
"b" #'+beancount/balance
|
||||
"c" #'beancount-check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue