mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
private/hlissner: fix markdown key conflicts
This commit is contained in:
@ -597,6 +597,15 @@
|
||||
:v "<tab>" #'+snippets/expand-on-region))
|
||||
|
||||
|
||||
;; --- Major mode bindings --------------------------
|
||||
(:after markdown-mode
|
||||
(:map markdown-mode-map
|
||||
;; fix conflicts with private bindings
|
||||
"<backspace>" nil
|
||||
"<M-left>" nil
|
||||
"<M-right>" nil))
|
||||
|
||||
|
||||
;; --- Custom evil text-objects ---------------------
|
||||
:textobj "a" #'evil-inner-arg #'evil-outer-arg
|
||||
:textobj "B" #'evil-textobj-anyblock-inner-block #'evil-textobj-anyblock-a-block
|
||||
|
Reference in New Issue
Block a user