mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
non-evil users: C-c C-S-z = open repl in same window
This commit is contained in:
@ -359,7 +359,8 @@
|
|||||||
"C-~" #'+popup/raise
|
"C-~" #'+popup/raise
|
||||||
|
|
||||||
;;; repl
|
;;; repl
|
||||||
"C-c C-z" #'+eval/open-repl-other-window
|
"C-c C-z" #'+eval/open-repl-other-window
|
||||||
|
"C-c C-S-z" #'+eval/open-repl-same-window
|
||||||
|
|
||||||
;;; smartparens
|
;;; smartparens
|
||||||
(:after smartparens
|
(:after smartparens
|
||||||
|
Reference in New Issue
Block a user