co-mono/packages/coding-agent/src/modes/interactive
Sviatoslav Abakumov c5d16fe456
feat(tui): add character jump navigation (Ctrl+], Ctrl+Alt+]) (#1074)
Add Bash/Readline-style character search:

- Ctrl+] enters forward jump mode, awaits next character, jumps to it
- Ctrl+Alt+] does the same but searches backward
- Multi-line search
- Case-sensitive matching
- Pressing the hotkey again cancels; control chars cancel and fall
  through
2026-01-30 01:42:14 +01:00
..
components feat(coding-agent): add "none" option to doubleEscapeAction setting 2026-01-30 01:20:14 +01:00
theme fix(coding-agent): correct theme schema URL path 2026-01-25 20:46:22 +01:00
interactive-mode.ts feat(tui): add character jump navigation (Ctrl+], Ctrl+Alt+]) (#1074) 2026-01-30 01:42:14 +01:00