Toggleable eshell is kinda cool

This commit is contained in:
Emmet 2023-09-23 12:07:56 -05:00
parent 26b15b3253
commit 88c74f15ba
2 changed files with 4 additions and 0 deletions

View file

@ -71,7 +71,9 @@
(bind-key* "M-n" #'next-buffer)
(bind-key* "M-p" #'previous-buffer)
(bind-key* "M-z" #'+vterm/toggle)
(bind-key* "M-e" #'+eshell/toggle)
(bind-key* (kbd "M-<return>") #'+vterm/here)
(bind-key* (kbd "M-E") #'+eshell/here)
;; Buffer management
(bind-key* "<mouse-9>" #'next-buffer)

View file

@ -132,7 +132,9 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
(bind-key* "M-n" #'next-buffer)
(bind-key* "M-p" #'previous-buffer)
(bind-key* "M-z" #'+vterm/toggle)
(bind-key* "M-e" #'+eshell/toggle)
(bind-key* (kbd "M-<return>") #'+vterm/here)
(bind-key* (kbd "M-E") #'+eshell/here)
;; Buffer management
(bind-key* "<mouse-9>" #'next-buffer)