diff --git a/init.el b/init.el index 12d2ced..bd6bd3e 100644 --- a/init.el +++ b/init.el @@ -331,13 +331,13 @@ :defines (markdown-mode-map) :mode "\\.md\\'" :mode "\\.markdown\\'" - :hook (markdown-mode . yas-minor-mode-on) + ;; :hook (markdown-mode . yas-minor-mode-on) :bind (:map markdown-mode-map ("ESC " . markdown-move-up) ("ESC " . markdown-move-down) ("ESC " . markdown-promote) ("ESC " . markdown-demote) - ("C-j" . tmux-cc-send-current-line) + ("C-z" . tmux-cc-send-current-line) ("C-M-j" . tmux-cc-select-block) ("C-c " . tmux-cc-send-region) ("" . markdown-insert-list-item)))