private/hlissner: fix markdown key conflicts
This commit is contained in:
parent
392c58ea47
commit
54d8e7fe27
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue