Squashed 'temp-repo/' content from commit 6688605

git-subtree-dir: temp-repo
git-subtree-split: 6688605ad41f49d1eccead8d29421c658cad0100
This commit is contained in:
gribse 2025-10-06 19:14:58 +02:00
commit ecdfa2f7c4
1258 changed files with 42112 additions and 0 deletions

92
.obsidian/hotkeys.json.orig vendored Executable file
View file

@ -0,0 +1,92 @@
{
"editor:set-heading-1": [
{
"modifiers": [
"Mod"
],
"key": "1"
}
],
"editor:set-heading-2": [
{
"modifiers": [
"Mod"
],
"key": "2"
}
],
"editor:set-heading-3": [
{
"modifiers": [
"Mod"
],
"key": "3"
}
],
"editor:set-heading-4": [
{
"modifiers": [
"Mod"
],
"key": "4"
}
],
"editor:set-heading-5": [
{
"modifiers": [
"Mod"
],
"key": "5"
}
],
"workspace:goto-tab-1": [],
"workspace:goto-tab-2": [],
"workspace:goto-tab-3": [],
"workspace:goto-tab-4": [],
"workspace:goto-tab-5": [],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Mod"
],
"key": "L"
}
],
"editor:toggle-numbered-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "L"
}
],
"editor:toggle-checklist-status": [
{
"modifiers": [
"Mod"
],
"key": "M"
}
],
"editor:toggle-blockquote": [
{
"modifiers": [
"Mod"
],
<<<<<<< HEAD
"key": "\\"
=======
"key": "Key226"
}
],
"editor:insert-codeblock": [
{
"modifiers": [
"Mod"
],
"key": "]"
>>>>>>> origin/main
}
]
}