lang/org: remove redundant 0/^ evil keybinds

This commit is contained in:
Henrik Lissner 2019-10-19 13:57:55 -04:00
parent 2ec35edd14
commit f9280bcec3
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -696,8 +696,6 @@ between the two."
:m "[l" #'org-previous-link
:m "]c" #'org-babel-next-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
;; sensible vim-esque folding keybinds
:n "za" #'+org/toggle-fold