tweak(beancount): bind sort commands to <localleader> s

And move old +beancount/occur to <localleader> S.
This commit is contained in:
Henrik Lissner
2025-04-30 03:52:38 -04:00
parent 4fa3bb4950
commit f8f979a581

View File

@ -35,7 +35,7 @@
:localleader
"b" #'+beancount/balance
"c" #'beancount-check
"s" #'+beancount/occur
"S" #'+beancount/occur
"l" #'beancount-linked
"q" #'beancount-query
"x" #'beancount-context
@ -44,4 +44,7 @@
"C" #'+beancount/clone-this-transaction
"a" #'beancount-insert-account
"p" #'beancount-insert-prices
"d" #'beancount-insert-date)))
"d" #'beancount-insert-date)
(:prefix ("s" . "sort")
"r" #'+beancount/sort-region
"b" #'+beancount/sort-buffer)))