Update eshell stuff
This commit is contained in:
@@ -2973,6 +2973,9 @@ Actually, return the method name."
|
|||||||
:custom
|
:custom
|
||||||
(eshell-history-append t)
|
(eshell-history-append t)
|
||||||
:config
|
:config
|
||||||
|
(evil-define-key '(normal insert) eshell-mode-map
|
||||||
|
(kbd "RET") #'eshell-send-input
|
||||||
|
(kbd "<return>") #'eshell-send-input)
|
||||||
(defun my/-eshell-filter-alias-list ()
|
(defun my/-eshell-filter-alias-list ()
|
||||||
(cl-remove-if-not (lambda (elt)
|
(cl-remove-if-not (lambda (elt)
|
||||||
(or (string-match-p
|
(or (string-match-p
|
||||||
|
|||||||
Reference in New Issue
Block a user