Add C-e/C-a insert-state bindings for org-mode
This commit is contained in:
parent
2948ec4e0d
commit
be4eeac705
1 changed files with 3 additions and 1 deletions
|
@ -751,7 +751,9 @@
|
||||||
|
|
||||||
(:after org-mode
|
(:after org-mode
|
||||||
(:map org-mode-map
|
(:map org-mode-map
|
||||||
:i [remap doom/inflate-space-maybe] #'org-self-insert-command))
|
:i [remap doom/inflate-space-maybe] #'org-self-insert-command
|
||||||
|
:i "C-e" #'org-end-of-line
|
||||||
|
:i "C-a" #'org-beginning-of-line))
|
||||||
|
|
||||||
;; Make ESC quit all the things
|
;; Make ESC quit all the things
|
||||||
(:map (minibuffer-local-map
|
(:map (minibuffer-local-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue