lang/org: remove redundant 0/^ evil keybinds
This commit is contained in:
parent
2ec35edd14
commit
f9280bcec3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue