Update keybindings

This commit is contained in:
2026-07-26 11:20:01 -04:00
parent a541f85b37
commit a69b7e7c73

View File

@@ -111,30 +111,6 @@
"key": "H" "key": "H"
} }
], ],
"editor:set-heading-1": [
{
"modifiers": [
"Alt"
],
"key": "1"
}
],
"editor:set-heading-2": [
{
"modifiers": [
"Alt"
],
"key": "2"
}
],
"editor:set-heading-3": [
{
"modifiers": [
"Alt"
],
"key": "3"
}
],
"daily-notes": [ "daily-notes": [
{ {
"modifiers": [ "modifiers": [
@@ -205,7 +181,7 @@
"workspace:goto-tab-1": [ "workspace:goto-tab-1": [
{ {
"modifiers": [ "modifiers": [
"Ctrl" "Mod"
], ],
"key": "1" "key": "1"
} }
@@ -340,19 +316,11 @@
"editor:focus-left": [ "editor:focus-left": [
{ {
"modifiers": [ "modifiers": [
"Mod" "Alt"
], ],
"key": "1" "key": "1"
} }
], ],
"editor:focus-right": [
{
"modifiers": [
"Mod"
],
"key": "2"
}
],
"backlink:open": [ "backlink:open": [
{ {
"modifiers": [ "modifiers": [
@@ -386,5 +354,14 @@
], ],
"key": "Enter" "key": "Enter"
} }
] ],
"editor:focus-right": [
{
"modifiers": [
"Alt"
],
"key": "2"
}
],
"workspace:new-tab": []
} }