Redo repl-toggle keybinds
This commit is contained in:
parent
b337e0fcf4
commit
3ce43bf173
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue