Minor change in ein:notebook-mode-map

This commit is contained in:
Takafumi Arakaki 2012-05-18 22:21:34 +02:00
parent 1b749cca74
commit 68b61b5e99

View file

@ -876,8 +876,8 @@ NAME is any non-empty string that does not contain '/' or '\\'."
(define-key map "\C-c\C-s" 'ein:notebook-split-cell-at-point)
(define-key map "\C-c\C-n" 'ein:notebook-goto-next-input-command)
(define-key map "\C-c\C-p" 'ein:notebook-goto-prev-input-command)
(define-key map (kbd "\C-c <up>") 'ein:notebook-move-cell-up-command)
(define-key map (kbd "\C-c <down>") 'ein:notebook-move-cell-down-command)
(define-key map (kbd "C-c <up>") 'ein:notebook-move-cell-up-command)
(define-key map (kbd "C-c <down>") 'ein:notebook-move-cell-down-command)
(define-key map "\C-c\C-f" 'ein:notebook-request-tool-tip-or-help-command)
(define-key map "\C-c\C-i" 'ein:notebook-complete-cell-command)
(define-key map "\C-c\C-z" 'ein:notebook-kernel-interrupt-command)