lang/markdown: fix next/previous link keybinds

They were the other way around.
This commit is contained in:
Henrik Lissner 2018-09-14 09:41:06 -04:00
parent a9fdeefe15
commit 9684b34389
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -38,8 +38,8 @@
"[h" #'markdown-previous-visible-heading
"[p" #'markdown-promote
"]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
(kbd "M--") #'markdown-insert-hr)
(evil-define-key* 'normal markdown-mode-map