fix(tui): bind ctrl+j as newline by default

This commit is contained in:
Armin Ronacher
2026-06-22 13:57:02 +02:00
parent 71ca9b2b92
commit 3b56134694
6 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Modifier combinations: `ctrl+shift+x`, `alt+ctrl+x`, `ctrl+shift+alt+x`, `ctrl+1
| Keybinding id | Default | Description |
|--------|---------|-------------|
| `tui.input.newLine` | `shift+enter` | Insert new line |
| `tui.input.newLine` | `shift+enter`, `ctrl+j` | Insert new line |
| `tui.input.submit` | `enter` | Submit input |
| `tui.input.tab` | `tab` | Tab / autocomplete |