From 5f0a2ab31ecef3b3094545c28d2fb59f065a57a7 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 4 May 2026 20:40:15 +0100 Subject: [PATCH] update --- src/base.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base.toml b/src/base.toml index b9ce07f..ee5ae53 100644 --- a/src/base.toml +++ b/src/base.toml @@ -37,11 +37,11 @@ x = -1 y = 0 -# claude-code shift+enter support +# codex shift+enter support [[keyboard.bindings]] key = "Return" mods = "Shift" -chars = "\u001B\r" +chars = "\u001B[13;2u" [[keyboard.bindings]] action = "Paste"