add local leader binding to ls a directory.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user