sync
This commit is contained in:
parent
d0a70cb217
commit
261ff416a9
5 changed files with 31 additions and 5 deletions
|
|
@ -150,6 +150,14 @@ export type KeybindsConfig = {
|
|||
* Insert newline in input
|
||||
*/
|
||||
input_newline?: string
|
||||
/**
|
||||
* Previous history item
|
||||
*/
|
||||
history_previous?: string
|
||||
/**
|
||||
* Previous history item
|
||||
*/
|
||||
history_next?: string
|
||||
}
|
||||
|
||||
export type AgentConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue