mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Minor change in ein:notebook-mode-map
This commit is contained in:
parent
1b749cca74
commit
68b61b5e99
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue