Merge remote-tracking branch 'origin/main'

This commit is contained in:
Taiga
2026-07-23 04:35:37 +00:00
2 changed files with 19 additions and 1 deletions
+19 -1
View File
@@ -8,5 +8,23 @@
"key": "N"
}
],
"file-explorer:new-file-in-new-pane": []
"file-explorer:new-file-in-new-pane": [],
"editor:swap-line-down": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "]"
}
],
"editor:swap-line-up": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "["
}
]
}
View File