fix(tui): bind ctrl+j as newline by default
This commit is contained in:
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user