Add TODO for python inferior process key bindings

This commit is contained in:
syl20bnr 2015-05-27 23:49:19 -04:00
parent ae48bd866b
commit a514f6f569

View file

@ -229,6 +229,9 @@
"msr" 'python-shell-send-region)
;; Emacs users won't need these key bindings
;; TODO: make these key bindings dynamic given the current style
;; Doing it only at init time won't update it if the user switches style
;; Also find a way to generalize these bindings.
(when (eq dotspacemacs-editing-style 'vim)
;; the default in Emacs is M-n
(define-key inferior-python-mode-map (kbd "C-j") 'comint-next-input)