log-edit-mode: Make "C-x C-s" a noop
Make "C-x C-s" a no-op in magit-log-edit-mode for convinience. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
This commit is contained in:
parent
ff2994c721
commit
aa76cd957f
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -3261,6 +3261,7 @@ typing and automatically refreshes the status buffer."
|
|||
(define-key map (kbd "M-n") 'log-edit-next-comment)
|
||||
(define-key map (kbd "C-c C-k") 'magit-log-edit-cancel-log-message)
|
||||
(define-key map (kbd "C-c C-]") 'magit-log-edit-cancel-log-message)
|
||||
(define-key map (kbd "C-x C-s") 'ignore)
|
||||
map))
|
||||
|
||||
(defvar magit-pre-log-edit-window-configuration nil)
|
||||
|
|
Loading…
Reference in a new issue