First Commit
This commit is contained in:
211
.obsidian/hotkeys.json
vendored
Normal file
211
.obsidian/hotkeys.json
vendored
Normal file
@@ -0,0 +1,211 @@
|
||||
{
|
||||
"templater-obsidian:replace-in-file-templater": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "R"
|
||||
}
|
||||
],
|
||||
"editor:toggle-code": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "C"
|
||||
}
|
||||
],
|
||||
"editor:insert-codeblock": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Shift"
|
||||
],
|
||||
"key": "C"
|
||||
}
|
||||
],
|
||||
"editor:insert-wikilink": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "J"
|
||||
}
|
||||
],
|
||||
"omnisearch:show-modal": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": " "
|
||||
}
|
||||
],
|
||||
"editor:insert-table": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Person.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "P"
|
||||
}
|
||||
],
|
||||
"editor:toggle-comments": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "/"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "7"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Habit.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "H"
|
||||
}
|
||||
],
|
||||
"editor:insert-callout": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "I"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Book Template.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "B"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Habit Template.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "H"
|
||||
}
|
||||
],
|
||||
"editor:set-heading-1": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Shift"
|
||||
],
|
||||
"key": "1"
|
||||
}
|
||||
],
|
||||
"editor:set-heading-2": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Shift"
|
||||
],
|
||||
"key": "2"
|
||||
}
|
||||
],
|
||||
"editor:set-heading-3": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Shift"
|
||||
],
|
||||
"key": "3"
|
||||
}
|
||||
],
|
||||
"editor:set-heading-4": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Shift"
|
||||
],
|
||||
"key": "4"
|
||||
}
|
||||
],
|
||||
"editor:set-heading-5": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Shift"
|
||||
],
|
||||
"key": "5"
|
||||
}
|
||||
],
|
||||
"editor:set-heading-6": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Shift"
|
||||
],
|
||||
"key": "6"
|
||||
}
|
||||
],
|
||||
"editor:set-heading": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Shift"
|
||||
],
|
||||
"key": "H"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Person Template.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "P"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Company.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "C"
|
||||
}
|
||||
],
|
||||
"insert-template": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Default Template.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "."
|
||||
}
|
||||
],
|
||||
"templater-obsidian:Templates/Meeting Template.md": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "M"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user