feat(org): add +org/reformat-at-point command
A DWIM command to reformat a src block, table, or paragraph at point. Ref: #7685
This commit is contained in:
parent
8072762de8
commit
f6e65c4010
2 changed files with 19 additions and 1 deletions
|
@ -1222,7 +1222,7 @@ between the two."
|
|||
:m "[l" #'org-previous-link
|
||||
:m "]c" #'org-babel-next-src-block
|
||||
:m "[c" #'org-babel-previous-src-block
|
||||
:n "gQ" #'org-fill-paragraph
|
||||
:n "gQ" #'+org/reformat-at-point
|
||||
;; sensible vim-esque folding keybinds
|
||||
:n "za" #'+org/toggle-fold
|
||||
:n "zA" #'org-shifttab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue