mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
feat: allow ctrl+d to exit the app (#3636)
This commit is contained in:
parent
9e392f25a6
commit
e630d680dd
4 changed files with 19 additions and 2 deletions
|
|
@ -134,6 +134,10 @@ export type KeybindsConfig = {
|
|||
* Clear input field
|
||||
*/
|
||||
input_clear?: string
|
||||
/**
|
||||
* Forward delete characters in input field
|
||||
*/
|
||||
input_forward_delete?: string
|
||||
/**
|
||||
* Paste from clipboard
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue