mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-30 00:34:09 -07:00
tweak(beancount): bind sort commands to <localleader> s
And move old +beancount/occur to <localleader> S.
This commit is contained in:
parent
4fa3bb4950
commit
f8f979a581
1 changed files with 5 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue