hotkeys.json
1 { 2 "templater-obsidian:create-new-note-from-template": [ 3 { 4 "modifiers": [ 5 "Mod" 6 ], 7 "key": "T" 8 } 9 ], 10 "workspace:undo-close-pane": [], 11 "file-explorer:new-file": [ 12 { 13 "modifiers": [ 14 "Mod" 15 ], 16 "key": "N" 17 } 18 ], 19 "workspace:new-tab": [], 20 "editor:swap-line-up": [ 21 { 22 "modifiers": [ 23 "Mod" 24 ], 25 "key": "1" 26 } 27 ], 28 "workspace:goto-tab-1": [], 29 "editor:swap-line-down": [ 30 { 31 "modifiers": [ 32 "Mod" 33 ], 34 "key": "2" 35 } 36 ], 37 "workspace:goto-tab-2": [], 38 "editor:toggle-fold": [ 39 { 40 "modifiers": [ 41 "Mod" 42 ], 43 "key": "3" 44 } 45 ], 46 "workspace:goto-tab-3": [], 47 "workspace:toggle-stacked-tabs": [ 48 { 49 "modifiers": [ 50 "Mod" 51 ], 52 "key": "S" 53 } 54 ], 55 "editor:save-file": [], 56 "obsidian-mind-map:app:markmap-preview": [ 57 { 58 "modifiers": [ 59 "Mod", 60 "Shift" 61 ], 62 "key": "M" 63 } 64 ], 65 "switcher:open": [], 66 "darlal-switcher-plus:switcher-plus:open": [ 67 { 68 "modifiers": [ 69 "Mod" 70 ], 71 "key": "O" 72 } 73 ], 74 "editor:toggle-source": [ 75 { 76 "modifiers": [ 77 "Mod", 78 "Shift" 79 ], 80 "key": "S" 81 } 82 ], 83 "periodic-notes:open-daily-note": [ 84 { 85 "modifiers": [ 86 "Mod" 87 ], 88 "key": "D" 89 } 90 ], 91 "editor:delete-paragraph": [ 92 { 93 "modifiers": [ 94 "Mod", 95 "Shift" 96 ], 97 "key": "P" 98 } 99 ], 100 "app:toggle-left-sidebar": [ 101 { 102 "modifiers": [ 103 "Alt" 104 ], 105 "key": "ArrowLeft" 106 } 107 ], 108 "app:toggle-right-sidebar": [ 109 { 110 "modifiers": [ 111 "Alt" 112 ], 113 "key": "ArrowRight" 114 } 115 ], 116 "workspace:goto-tab-4": [], 117 "editor:toggle-bullet-list": [ 118 { 119 "modifiers": [ 120 "Mod" 121 ], 122 "key": "4" 123 } 124 ], 125 "app:delete-file": [ 126 { 127 "modifiers": [ 128 "Mod", 129 "Shift" 130 ], 131 "key": "Backspace" 132 } 133 ], 134 "quickadd:choice:33ab144c-a9ca-4f85-ad0c-8eb4c5230197": [ 135 { 136 "modifiers": [ 137 "Mod" 138 ], 139 "key": "N" 140 } 141 ], 142 "quickadd:choice:71d1646e-76a8-4af4-9e6b-4c4514a174c6": [ 143 { 144 "modifiers": [ 145 "Mod", 146 "Shift" 147 ], 148 "key": "T" 149 } 150 ], 151 "obsidian-book-search-plugin:open-book-search-modal": [ 152 { 153 "modifiers": [ 154 "Mod", 155 "Shift" 156 ], 157 "key": "B" 158 } 159 ], 160 "file-explorer:move-file": [ 161 { 162 "modifiers": [ 163 "Mod" 164 ], 165 "key": "M" 166 } 167 ], 168 "obsidian-zotero-desktop-connector:zdc-exp-Add Source Note": [ 169 { 170 "modifiers": [ 171 "Mod", 172 "Shift" 173 ], 174 "key": "L" 175 } 176 ], 177 "insert-template": [ 178 { 179 "modifiers": [ 180 "Mod" 181 ], 182 "key": "T" 183 } 184 ], 185 "daily-notes": [ 186 { 187 "modifiers": [ 188 "Mod" 189 ], 190 "key": "D" 191 } 192 ] 193 }