Various small changes from the last week or so

This commit is contained in:
2025-10-24 22:33:31 -05:00
parent 49be8f8393
commit f8bb7bbf03
15 changed files with 140 additions and 110 deletions

View File

@@ -2,7 +2,8 @@
"markdown:toggle-preview": [
{
"modifiers": [
"Alt"
"Ctrl",
"Shift"
],
"key": "R"
}
@@ -14,5 +15,23 @@
],
"key": "F"
}
],
"app:toggle-left-sidebar": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "D"
}
],
"app:toggle-right-sidebar": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "F"
}
]
}
}