mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
Redo repl-toggle keybinds
This commit is contained in:
@ -29,8 +29,10 @@
|
|||||||
|
|
||||||
:config
|
:config
|
||||||
(map! :map repl-toggle-mode-map
|
(map! :map repl-toggle-mode-map
|
||||||
:i "C-n" 'comint-next-input
|
:ei "C-n" 'comint-next-input
|
||||||
:i "C-p" 'comint-previous-input))
|
:ei "C-p" 'comint-previous-input
|
||||||
|
:ei "<down>" 'comint-next-input
|
||||||
|
:ei "<up>" 'comint-previous-input))
|
||||||
|
|
||||||
(provide 'core-eval)
|
(provide 'core-eval)
|
||||||
;;; core-eval.el ends here
|
;;; core-eval.el ends here
|
||||||
|
Reference in New Issue
Block a user