mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
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:
@@ -25,6 +25,7 @@
|
||||
:localleader
|
||||
"b" #'+beancount/balance
|
||||
"c" #'beancount-check
|
||||
"s" #'+beancount/occur
|
||||
"l" #'beancount-linked
|
||||
"q" #'beancount-query
|
||||
"x" #'beancount-context
|
||||
|
Reference in New Issue
Block a user