diff --git a/init.el b/init.el
index 8175830..0b19bd8 100644
--- a/init.el
+++ b/init.el
@@ -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)))