mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Toggleable eshell is kinda cool
This commit is contained in:
parent
26b15b3253
commit
88c74f15ba
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue