Fix typo in eshell key binding
This commit is contained in:
parent
1877a5cafe
commit
e7d5ff8356
2
init.el
2
init.el
@ -503,7 +503,7 @@ is already an active session to switch to or focus."
|
|||||||
:bind
|
:bind
|
||||||
(:map eshell-mode-map
|
(:map eshell-mode-map
|
||||||
("C-c RET" . nil)
|
("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 j" . tab-line-switch-to-prev-tab)
|
||||||
("C-c l" . tab-line-switch-to-next-tab)))
|
("C-c l" . tab-line-switch-to-next-tab)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user