summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-06-19 08:45:24 -0500
committeradamdottv <[email protected]>2025-06-19 08:45:27 -0500
commit568c04753ec820e6c0c7c6b15bf835b889bb8af7 (patch)
treef854c4813f5e1ae0939679744a574a2e6747aa46 /README.md
parent4a06e164d23965a9a75d5432c6538a4675660a14 (diff)
downloadopencode-568c04753ec820e6c0c7c6b15bf835b889bb8af7.tar.gz
opencode-568c04753ec820e6c0c7c6b15bf835b889bb8af7.zip
feat(tui): expand input to fit message
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd36715cc..60678ade4 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ You can configure custom keybinds, the values listed below are the defaults.
"input_clear": "ctrl+c",
"input_paste": "ctrl+v",
"input_submit": "enter",
- "input_newline": "shift+enter",
+ "input_newline": "shift+enter,ctrl+j",
"history_previous": "up",
"history_next": "down",
"messages_page_up": "pgup",