mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-01 16:31:56 +08:00
feat: ctrl t for diff thinking rendering types
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user