mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(beancount): bind sort commands to <localleader> s
And move old +beancount/occur to <localleader> S.
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
:localleader
|
:localleader
|
||||||
"b" #'+beancount/balance
|
"b" #'+beancount/balance
|
||||||
"c" #'beancount-check
|
"c" #'beancount-check
|
||||||
"s" #'+beancount/occur
|
"S" #'+beancount/occur
|
||||||
"l" #'beancount-linked
|
"l" #'beancount-linked
|
||||||
"q" #'beancount-query
|
"q" #'beancount-query
|
||||||
"x" #'beancount-context
|
"x" #'beancount-context
|
||||||
@ -44,4 +44,7 @@
|
|||||||
"C" #'+beancount/clone-this-transaction
|
"C" #'+beancount/clone-this-transaction
|
||||||
"a" #'beancount-insert-account
|
"a" #'beancount-insert-account
|
||||||
"p" #'beancount-insert-prices
|
"p" #'beancount-insert-prices
|
||||||
"d" #'beancount-insert-date)))
|
"d" #'beancount-insert-date)
|
||||||
|
(:prefix ("s" . "sort")
|
||||||
|
"r" #'+beancount/sort-region
|
||||||
|
"b" #'+beancount/sort-buffer)))
|
||||||
|
Reference in New Issue
Block a user