diff options
| author | adamdottv <[email protected]> | 2025-06-19 08:45:24 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-19 08:45:27 -0500 |
| commit | 568c04753ec820e6c0c7c6b15bf835b889bb8af7 (patch) | |
| tree | f854c4813f5e1ae0939679744a574a2e6747aa46 /README.md | |
| parent | 4a06e164d23965a9a75d5432c6538a4675660a14 (diff) | |
| download | opencode-568c04753ec820e6c0c7c6b15bf835b889bb8af7.tar.gz opencode-568c04753ec820e6c0c7c6b15bf835b889bb8af7.zip | |
feat(tui): expand input to fit message
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
