Add C-<return> to introduce a new line
This commit is contained in:
parent
b98abca259
commit
2b462b6b11
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ user to check their status and select between them")
|
||||||
|
|
||||||
(defvar mattermost-channel-mode-map
|
(defvar mattermost-channel-mode-map
|
||||||
(let ((map (make-sparse-keymap)))
|
(let ((map (make-sparse-keymap)))
|
||||||
|
(define-key map (kbd "C-<return>") 'newline)
|
||||||
(define-key map (kbd "C-m") 'mattermost-channel-ret)
|
(define-key map (kbd "C-m") 'mattermost-channel-ret)
|
||||||
map)
|
map)
|
||||||
"The keymap for mattermost-channel-mode")
|
"The keymap for mattermost-channel-mode")
|
||||||
|
|
Loading…
Reference in a new issue