Skip to content

Commit

Permalink
Set toggling inline image command
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Apr 4, 2016
1 parent 0b9d695 commit 78bb68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4524,6 +4524,7 @@ Assumes match data is available for `markdown-regex-italic'."
(define-key map "\C-c\C-aw" 'markdown-insert-wiki-link)
(define-key map "\C-c\C-ii" 'markdown-insert-image)
(define-key map "\C-c\C-iI" 'markdown-insert-reference-image)
(define-key map "\C-c\C-i\C-t" 'markdown-toggle-inline-images)
(define-key map "\C-c\C-th" 'markdown-insert-header-dwim)
(define-key map "\C-c\C-tH" 'markdown-insert-header-setext-dwim)
(define-key map "\C-c\C-t1" 'markdown-insert-header-atx-1)
Expand Down

0 comments on commit 78bb68a

Please sign in to comment.