mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Rewrite eshell config
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"A-/" 'evil-commentary-line
|
||||
"M-b" 'doom:build
|
||||
"C-`" 'doom/popup-last-buffer
|
||||
"M-~" 'doom/eshell
|
||||
"C-~" (λ! (doom:eshell t))
|
||||
;; Text-scaling
|
||||
"M-0" (λ! (text-scale-set 0))
|
||||
"M-=" 'text-scale-increase
|
||||
|
@@ -45,7 +45,7 @@
|
||||
(ex! "http" 'httpd-start) ; start http server
|
||||
(ex! "rx" 'doom:regex) ; open re-builder
|
||||
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
||||
(ex! "sh[ell]" 'doom/eshell)
|
||||
(ex! "sh[ell]" 'doom:eshell)
|
||||
(ex! "t[mux]" 'doom:tmux) ; send to tmux
|
||||
(ex! "tcd" 'doom:tmux-cd) ; cd to default-directory in tmux
|
||||
(ex! "x" 'doom:scratch-buffer)
|
||||
|
Reference in New Issue
Block a user