Disable eshell-visual-commands since we have eat
This commit is contained in:
@@ -48,7 +48,8 @@
|
|||||||
|
|
||||||
(use-package eshell
|
(use-package eshell
|
||||||
:config
|
:config
|
||||||
(setq eshell-destroy-buffer-when-process-dies t)
|
(setq eshell-destroy-buffer-when-process-dies t
|
||||||
|
eshell-visual-commands '())
|
||||||
|
|
||||||
;; From https://karthinks.com/software/jumping-directories-in-eshell/
|
;; From https://karthinks.com/software/jumping-directories-in-eshell/
|
||||||
(defun eshell/j (&optional regexp)
|
(defun eshell/j (&optional regexp)
|
||||||
|
|||||||
Reference in New Issue
Block a user