16 lines
266 B
JSON
16 lines
266 B
JSON
|
// Empty
|
||
|
[
|
||
|
{
|
||
|
"key": "ctrl+j",
|
||
|
"command": "-workbench.action.togglePanel"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+j",
|
||
|
"command": "editor.action.joinLines"
|
||
|
},
|
||
|
{
|
||
|
"key": "alt+f",
|
||
|
"command": "extension.quote-flipper"
|
||
|
}
|
||
|
]
|