From adf4dea122c10ad0aa87f4cad86232fd9e47162d Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 11 Feb 2026 13:51:52 -0500 Subject: [PATCH] Add keybinding for shift+enter for codex-cli --- config/ghostty/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ghostty/config b/config/ghostty/config index db4b4ad..08dfde3 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -13,6 +13,7 @@ theme = zenwritten-dark # Font-size keybindings (match Ctrl+Shift+j/k from WezTerm) keybind = all:ctrl+shift+k=increase_font_size:1 keybind = all:ctrl+shift+j=decrease_font_size:1 +keybind = shift+enter=text:\x1b\r # Optional: make the split divider visible (newer Ghostty) # split-divider-color = #444444