mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
lang/org: remove redundant 0/^ evil keybinds
This commit is contained in:
@@ -696,8 +696,6 @@ between the two."
|
|||||||
:m "[l" #'org-previous-link
|
:m "[l" #'org-previous-link
|
||||||
:m "]c" #'org-babel-next-src-block
|
:m "]c" #'org-babel-next-src-block
|
||||||
:m "[c" #'org-babel-previous-src-block
|
:m "[c" #'org-babel-previous-src-block
|
||||||
:m "^" #'evil-org-beginning-of-line
|
|
||||||
:m "0" (λ! (let (visual-line-mode) (org-beginning-of-line)))
|
|
||||||
:n "gQ" #'org-fill-paragraph
|
:n "gQ" #'org-fill-paragraph
|
||||||
;; sensible vim-esque folding keybinds
|
;; sensible vim-esque folding keybinds
|
||||||
:n "za" #'+org/toggle-fold
|
:n "za" #'+org/toggle-fold
|
||||||
|
Reference in New Issue
Block a user