mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Add keybind `q' to quit shared output buffer
This commit is contained in:
parent
6135e75b59
commit
727365a482
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ Create a cell if the buffer has none."
|
|||
|
||||
(let ((map ein:shared-output-mode-map))
|
||||
(define-key map "\M-." 'ein:pytools-jump-to-source-command)
|
||||
(define-key map (kbd "C-c C-.") 'ein:pytools-jump-to-source-command))
|
||||
(define-key map (kbd "C-c C-.") 'ein:pytools-jump-to-source-command)
|
||||
(define-key map "q" 'bury-buffer))
|
||||
|
||||
(add-hook 'ein:shared-output-mode-hook 'ein:truncate-lines-on)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue