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:
Henrik Lissner 2023-09-20 20:18:53 +02:00
parent c5e387f7b4
commit 1baea0c4c2
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 35 additions and 0 deletions

View file

@ -25,6 +25,7 @@
:localleader
"b" #'+beancount/balance
"c" #'beancount-check
"s" #'+beancount/occur
"l" #'beancount-linked
"q" #'beancount-query
"x" #'beancount-context