lang/markdown: fix next/previous link keybinds
They were the other way around.
This commit is contained in:
parent
a9fdeefe15
commit
9684b34389
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
||||||
"[h" #'markdown-previous-visible-heading
|
"[h" #'markdown-previous-visible-heading
|
||||||
"[p" #'markdown-promote
|
"[p" #'markdown-promote
|
||||||
"]p" #'markdown-demote
|
"]p" #'markdown-demote
|
||||||
"[l" #'markdown-next-link
|
"[l" #'markdown-previous-link
|
||||||
"]l" #'markdown-previous-link)
|
"]l" #'markdown-next-link)
|
||||||
(evil-define-key* 'insert markdown-mode-map
|
(evil-define-key* 'insert markdown-mode-map
|
||||||
(kbd "M--") #'markdown-insert-hr)
|
(kbd "M--") #'markdown-insert-hr)
|
||||||
(evil-define-key* 'normal markdown-mode-map
|
(evil-define-key* 'normal markdown-mode-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue