Refactor localleader keybinds #1270
Introduces a select few of the localleader keybind standards proposed in issue #1270, corrects a few typos and introduces more localleader keybinds in general. Co-authored-by: yuhan0 <>
This commit is contained in:
parent
fac6eabd72
commit
051bceb0a8
13 changed files with 98 additions and 95 deletions
|
@ -70,8 +70,9 @@ capture, the end position, and the output buffer.")
|
|||
:n "M-r" #'browse-url-of-file)
|
||||
(:localleader
|
||||
"o" #'markdown-open
|
||||
"b" #'markdown-preview
|
||||
(:prefix "i"
|
||||
"p" #'markdown-preview
|
||||
"e" #'markdown-export
|
||||
(:prefix ("i" . "insert")
|
||||
"t" #'markdown-toc-generate-toc
|
||||
"i" #'markdown-insert-image
|
||||
"l" #'markdown-insert-link))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue