ec shortcut for finding files from eshell
This commit is contained in:
@@ -932,6 +932,10 @@ Otherwise, call `eshell`."
|
||||
(project-eshell)
|
||||
(eshell))))
|
||||
|
||||
(defun eshell/ec (&rest args)
|
||||
"Substitute for emacsclient alias from inside eshell"
|
||||
(apply #'find-file args))
|
||||
|
||||
;; From https://karthinks.com/software/jumping-directories-in-eshell/
|
||||
(defun eshell/j (&optional regexp)
|
||||
"Navigate to a previously visited directory in eshell, or to
|
||||
|
||||
Reference in New Issue
Block a user