mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/markdown: fix next/previous link keybinds
They were the other way around.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user