add local leader binding to ls a directory.
This commit is contained in:
@@ -1958,6 +1958,10 @@ them.
|
|||||||
(eshell/goto)
|
(eshell/goto)
|
||||||
(with-current-buffer buffer
|
(with-current-buffer buffer
|
||||||
(eshell-send-input))))
|
(eshell-send-input))))
|
||||||
|
"l" (proc (interactive)
|
||||||
|
(eshell-return-to-prompt)
|
||||||
|
(insert "ls")
|
||||||
|
(eshell-send-input))
|
||||||
"c" #'+eshell/good-clear
|
"c" #'+eshell/good-clear
|
||||||
"k" #'eshell-kill-process))))
|
"k" #'eshell-kill-process))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
Reference in New Issue
Block a user