Add C-<return> to introduce a new line

This commit is contained in:
Miguel de la Cruz 2022-06-07 21:29:13 +02:00
parent b98abca259
commit 2b462b6b11
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ user to check their status and select between them")
(defvar mattermost-channel-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "C-<return>") 'newline)
(define-key map (kbd "C-m") 'mattermost-channel-ret)
map)
"The keymap for mattermost-channel-mode")