chore: format code
This commit is contained in:
parent
ba1c6122b9
commit
7b5bd89570
2 changed files with 0 additions and 9 deletions
|
|
@ -927,10 +927,6 @@ export type KeybindsConfig = {
|
||||||
* Clear input field
|
* Clear input field
|
||||||
*/
|
*/
|
||||||
input_clear?: string
|
input_clear?: string
|
||||||
/**
|
|
||||||
* Forward delete
|
|
||||||
*/
|
|
||||||
input_forward_delete?: string
|
|
||||||
/**
|
/**
|
||||||
* Paste from clipboard
|
* Paste from clipboard
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -7134,11 +7134,6 @@
|
||||||
"default": "ctrl+c",
|
"default": "ctrl+c",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"input_forward_delete": {
|
|
||||||
"description": "Forward delete",
|
|
||||||
"default": "ctrl+d",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"input_paste": {
|
"input_paste": {
|
||||||
"description": "Paste from clipboard",
|
"description": "Paste from clipboard",
|
||||||
"default": "ctrl+v",
|
"default": "ctrl+v",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue