eshell: expand !! and other history things
why is this not enabled by default! grr
This commit is contained in:
parent
03d32dcbb2
commit
8a58b8e167
@ -193,6 +193,7 @@
|
||||
(add-to-list 'eshell-modules-list 'eshell-rebind)
|
||||
(add-to-list 'eshell-modules-list 'eshell-hist)
|
||||
(add-to-list 'eshell-modules-list 'eshell-tramp)
|
||||
(add-to-list 'eshell-expand-input-functions #'eshell-expand-history-references)
|
||||
(add-hook 'kill-emacs-hook #'eshell-save-some-history)
|
||||
(defun eshell-evil-insert-line (count &optional vcount)
|
||||
(interactive "p")
|
||||
|
Loading…
Reference in New Issue
Block a user