feat: ctrl t for diff thinking rendering types

This commit is contained in:
Brooklyn Nicholson 2026-04-12 20:08:12 -05:00
parent ddb0871769
commit 0fd33a98cd
7 changed files with 77 additions and 59 deletions

View file

@ -329,6 +329,7 @@ export function TextInput({
k.upArrow ||
k.downArrow ||
(k.ctrl && inp === 'c') ||
(k.ctrl && inp === 't') ||
k.tab ||
(k.shift && k.tab) ||
k.pageUp ||