diff options
Diffstat (limited to 'bard-elisp')
| -rw-r--r-- | bard-elisp/bard-eshell.el | 8 |
1 files changed, 0 insertions, 8 deletions
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) |
