feat: allow ctrl+d to exit the app (#3636)

This commit is contained in:
Nathan Thomas 2025-10-31 14:27:41 -07:00 committed by GitHub
parent 9e392f25a6
commit e630d680dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 2 deletions

View file

@ -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
*/