add local leader binding to ls a directory.

This commit is contained in:
2024-10-16 17:14:46 +01:00
parent 0d3832c32a
commit b39e5e1b42

View File

@@ -1958,6 +1958,10 @@ them.
(eshell/goto)
(with-current-buffer buffer
(eshell-send-input))))
"l" (proc (interactive)
(eshell-return-to-prompt)
(insert "ls")
(eshell-send-input))
"c" #'+eshell/good-clear
"k" #'eshell-kill-process))))
#+end_src