diff --git a/hotkeys.json b/hotkeys.json index 2368f8b..cfa875a 100644 --- a/hotkeys.json +++ b/hotkeys.json @@ -111,30 +111,6 @@ "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": [ { "modifiers": [ @@ -205,7 +181,7 @@ "workspace:goto-tab-1": [ { "modifiers": [ - "Ctrl" + "Mod" ], "key": "1" } @@ -340,19 +316,11 @@ "editor:focus-left": [ { "modifiers": [ - "Mod" + "Alt" ], "key": "1" } ], - "editor:focus-right": [ - { - "modifiers": [ - "Mod" - ], - "key": "2" - } - ], "backlink:open": [ { "modifiers": [ @@ -386,5 +354,14 @@ ], "key": "Enter" } - ] + ], + "editor:focus-right": [ + { + "modifiers": [ + "Alt" + ], + "key": "2" + } + ], + "workspace:new-tab": [] } \ No newline at end of file