lang/org: fix C-a/C-e in org-mode
This commit is contained in:
parent
79f60f7fcf
commit
7db767957e
1 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ between the two."
|
|||
(map! :map org-mode-map
|
||||
"C-c C-S-l" #'+org/remove-link
|
||||
"C-c C-i" #'org-toggle-inline-images
|
||||
[remap doom/backward-to-bol-or-indent] #'org-beginning-of-line
|
||||
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
|
||||
|
||||
:map evil-org-mode-map
|
||||
:i [backtab] #'+org/dedent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue