feat(beancount): add +beancount/occur command
Inspired by org-occur (or org-sparse-tree): hides all transactions/directives in the buffer that don't involve a selected account.
This commit is contained in:
parent
c5e387f7b4
commit
1baea0c4c2
2 changed files with 35 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
:localleader
|
||||
"b" #'+beancount/balance
|
||||
"c" #'beancount-check
|
||||
"s" #'+beancount/occur
|
||||
"l" #'beancount-linked
|
||||
"q" #'beancount-query
|
||||
"x" #'beancount-context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue