1

Fix typo in eshell key binding

This commit is contained in:
Jessie Hildebrandt 2023-02-05 00:11:45 -05:00
parent 1877a5cafe
commit e7d5ff8356

View File

@ -503,7 +503,7 @@ is already an active session to switch to or focus."
:bind
(:map eshell-mode-map
("C-c RET" . nil)
("C-<return> . eshell-copy-old-input")
("C-<return>" . eshell-copy-old-input)
("C-c j" . tab-line-switch-to-prev-tab)
("C-c l" . tab-line-switch-to-next-tab)))