Define a better "I" key for Eshell

This commit is contained in:
2024-10-06 12:29:25 +01:00
parent 028ca04cfb
commit ef6de8a44b

View File

@@ -2072,7 +2072,10 @@ them.
(interactive)
(nmap
:keymaps 'eshell-mode-map
"0" #'eshell-bol)
"0" #'eshell-bol
"I" (proc (interactive)
(eshell-bol)
(evil-insert 0)))
(general-def
:states '(normal insert visual)
:keymaps 'eshell-mode-map