fix(tui): honor keybindings for submit fallback

This commit is contained in:
Mario Zechner 2026-02-03 01:10:06 +01:00
parent d2139d8ed2
commit c64e228b76
2 changed files with 43 additions and 25 deletions

View file

@ -28,6 +28,11 @@ return config
## VS Code (Integrated Terminal)
`keybindings.json` locations:
- macOS: `~/Library/Application Support/Code/User/keybindings.json`
- Linux: `~/.config/Code/User/keybindings.json`
- Windows: `%APPDATA%\\Code\\User\\keybindings.json`
Add to `keybindings.json` to enable `Shift+Enter` for multi-line input:
```json