mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
feat: ctrl t for diff thinking rendering types
This commit is contained in:
parent
ddb0871769
commit
0fd33a98cd
7 changed files with 77 additions and 59 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue