this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Obsidian hotkeys

+5 -3
+5 -3
obsidian/hotkeys.json
··· 63 63 "starred:open": [ 64 64 { 65 65 "modifiers": [ 66 - "Ctrl", 66 + "Mod", 67 67 "Shift" 68 68 ], 69 69 "key": "S" ··· 80 80 "workspace:split-horizontal": [ 81 81 { 82 82 "modifiers": [ 83 - "Ctrl" 83 + "Ctrl", 84 + "Shift" 84 85 ], 85 86 "key": "S" 86 87 } ··· 88 89 "workspace:split-vertical": [ 89 90 { 90 91 "modifiers": [ 91 - "Ctrl" 92 + "Ctrl", 93 + "Shift" 92 94 ], 93 95 "key": "V" 94 96 }