47 lines
709 B
JSON
47 lines
709 B
JSON
{
|
|
"file-explorer:new-file": [],
|
|
"notebook-navigator:new-note": [
|
|
{
|
|
"modifiers": [
|
|
"Mod"
|
|
],
|
|
"key": "N"
|
|
}
|
|
],
|
|
"notebook-navigator:open": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "E"
|
|
}
|
|
],
|
|
"templater-obsidian:replace-in-file-templater": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "I"
|
|
}
|
|
],
|
|
"templater-obsidian:insert-templater": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "M"
|
|
}
|
|
],
|
|
"templater-obsidian:create-new-note-from-template": [
|
|
{
|
|
"modifiers": [
|
|
"Mod",
|
|
"Shift"
|
|
],
|
|
"key": "B"
|
|
}
|
|
]
|
|
} |