45 lines
621 B
JSON
45 lines
621 B
JSON
{
|
|
"editor:swap-line-down": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "ArrowDown"
|
|
}
|
|
],
|
|
"editor:swap-line-up": [
|
|
{
|
|
"modifiers": [
|
|
"Alt"
|
|
],
|
|
"key": "ArrowUp"
|
|
}
|
|
],
|
|
"editor:add-cursor-above": [
|
|
{
|
|
"modifiers": [
|
|
"Alt",
|
|
"Shift"
|
|
],
|
|
"key": "ArrowUp"
|
|
}
|
|
],
|
|
"editor:add-cursor-below": [
|
|
{
|
|
"modifiers": [
|
|
"Alt",
|
|
"Shift"
|
|
],
|
|
"key": "ArrowDown"
|
|
}
|
|
],
|
|
"remotely-save:start-sync": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "S"
|
|
}
|
|
]
|
|
} |