Skip to content

Commit

Permalink
bind C-z to tmux-cc and remove yas-minor-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Chunye committed Mar 25, 2020
1 parent 790e8bb commit 2dfd402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 <up>" . markdown-move-up)
("ESC <down>" . markdown-move-down)
("ESC <left>" . markdown-promote)
("ESC <right>" . 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 <RET>" . tmux-cc-send-region)
("<M-RET>" . markdown-insert-list-item)))
Expand Down

0 comments on commit 2dfd402

Please sign in to comment.