chore: format code
parent
ba1c6122b9
commit
7b5bd89570
|
|
@ -927,10 +927,6 @@ export type KeybindsConfig = {
|
|||
* Clear input field
|
||||
*/
|
||||
input_clear?: string
|
||||
/**
|
||||
* Forward delete
|
||||
*/
|
||||
input_forward_delete?: string
|
||||
/**
|
||||
* Paste from clipboard
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -7134,11 +7134,6 @@
|
|||
"default": "ctrl+c",
|
||||
"type": "string"
|
||||
},
|
||||
"input_forward_delete": {
|
||||
"description": "Forward delete",
|
||||
"default": "ctrl+d",
|
||||
"type": "string"
|
||||
},
|
||||
"input_paste": {
|
||||
"description": "Paste from clipboard",
|
||||
"default": "ctrl+v",
|
||||
|
|
|
|||
Loading…
Reference in New Issue