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 f181ebf772
commit 47f89df1a0
4 changed files with 19 additions and 2 deletions
+4
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
*/