summaryrefslogtreecommitdiff
path: root/lisp/td-shell.el
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-02-12 19:00:16 -0500
committertdback <tyler@tdback.net>2025-02-12 19:00:16 -0500
commita352abe7045ab22724b816f90066780d3ffa5f8d (patch)
treecb592193b8f4bff7700076870ea13beb04f76d67 /lisp/td-shell.el
parentcab743bcd06044f9b8ea1492ebcbbbea093b257d (diff)
lisp: move eshell binding to shells module
Diffstat (limited to 'lisp/td-shell.el')
-rw-r--r--lisp/td-shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/td-shell.el b/lisp/td-shell.el
index 328fb2e..88714aa 100644
--- a/lisp/td-shell.el
+++ b/lisp/td-shell.el
@@ -72,7 +72,8 @@ current line input."
(use-package eshell
:ensure nil
:hook (eshell-first-time-mode . td/eshell-configure)
- :bind (("C-l" . td/eshell-clear))
+ :bind (("C-x E" . eshell)
+ ("C-l" . td/eshell-clear))
:config
(td/meow-insert-state 'eshell-mode))