This commit is contained in:
Oscar Plaisant
2024-03-28 23:43:36 +01:00
parent 8100d33567
commit aa751faf29
3454 changed files with 0 additions and 1000 deletions

View File

@@ -0,0 +1,46 @@
{
"hotkeys": [
{
"command": "obsidian-markmind:Create New MindMap",
"chords": [
"C-KeyN",
"Semicolon"
]
},
{
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-newtab",
"chords": [
"C-KeyN",
"S-KeyE"
]
},
{
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
"chords": [
"C-KeyN",
"KeyE"
]
},
{
"command": "obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab",
"chords": [
"C-KeyN",
"C-KeyE"
]
},
{
"command": "breadcrumbs:new-file-with-curr-as-down",
"chords": [
"C-KeyN",
"KeyD"
]
},
{
"command": "breadcrumbs:new-file-with-curr-as-author",
"chords": [
"C-KeyN",
"KeyQ"
]
}
]
}