From 53819b7be6e212f67e4ab74c3b86e807ab202eb7 Mon Sep 17 00:00:00 2001 From: bard Date: Tue, 26 Mar 2024 18:01:06 -0400 Subject: modularize and change banner --- bard-elisp/bard-eshell.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bard-elisp/bard-eshell.el') diff --git a/bard-elisp/bard-eshell.el b/bard-elisp/bard-eshell.el index ac3abf3..856bd55 100644 --- a/bard-elisp/bard-eshell.el +++ b/bard-elisp/bard-eshell.el @@ -79,12 +79,4 @@ open the directory in a `dired' buffer." ((not in-eshellp) (switch-to-buffer (car buffers))) (t (select-or-create (completing-read "Select Shell:" (cons "New eshell" names))))))) -(global-set-key (kbd "C-z") nil) -(define-key global-map (kbd "C-z e") #'eshell-switcher) -(with-eval-after-load "esh-mode" - (define-key eshell-mode-map (kbd "C-c f") #'bard/eshell-find-file-at-point) - (define-key eshell-mode-map (kbd "C-c h") #'prot-eshell-narrow-output-highlight-regexp) - (define-key eshell-mode-map (kbd "C-c d") #'prot-eshell-complete-recent-dir) - (define-key eshell-mode-map (kbd "M-k") #'eshell-kill-input)) - (provide 'bard-eshell.el) -- cgit v1.2.3