this repo has no description
0
fork

Configure Feed

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

Obsidian hotkey change, to align with astronvim

+14 -16
+14 -16
obsidian/hotkeys.json
··· 1 1 { 2 - "editor:focus-left": [ 2 + "app:toggle-left-sidebar": [ 3 3 { 4 4 "modifiers": [ 5 5 "Ctrl", ··· 8 8 "key": "H" 9 9 } 10 10 ], 11 - "app:toggle-left-sidebar": [ 12 - { 13 - "modifiers": [ 14 - "Ctrl" 15 - ], 16 - "key": "H" 17 - } 18 - ], 19 11 "editor:focus-right": [ 20 12 { 21 13 "modifiers": [ 22 - "Ctrl", 23 - "Shift" 14 + "Ctrl" 24 15 ], 25 16 "key": "L" 26 17 } ··· 28 19 "app:toggle-right-sidebar": [ 29 20 { 30 21 "modifiers": [ 31 - "Ctrl" 22 + "Ctrl", 23 + "Shift" 32 24 ], 33 25 "key": "L" 34 26 } ··· 44 36 "editor:focus-top": [ 45 37 { 46 38 "modifiers": [ 47 - "Ctrl", 48 - "Shift" 39 + "Ctrl" 49 40 ], 50 41 "key": "K" 51 42 } ··· 53 44 "editor:focus-bottom": [ 54 45 { 55 46 "modifiers": [ 56 - "Ctrl", 57 - "Shift" 47 + "Ctrl" 58 48 ], 59 49 "key": "J" 60 50 } ··· 149 139 "Shift" 150 140 ], 151 141 "key": "N" 142 + } 143 + ], 144 + "editor:focus-left": [ 145 + { 146 + "modifiers": [ 147 + "Ctrl" 148 + ], 149 + "key": "H" 152 150 } 153 151 ] 154 152 }