diff options
Diffstat (limited to 'lisp/td-shell.el')
-rw-r--r-- | lisp/td-shell.el | 3 |
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)) |