From b5ccbe4b2f3635aa8a9201a6168f4315aacc4ae0 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Fri, 10 Nov 2023 17:22:48 +0100 Subject: [PATCH] . --- .obsidian/app.json | 3 ++- .obsidian/hotkeys.json | 21 +-------------------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index aaa1e97..599cbf1 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,4 +1,5 @@ { "newFileLocation": "folder", - "newFileFolderPath": "Eingang" + "newFileFolderPath": "Eingang", + "promptDelete": false } \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 71ef034..9e26dfe 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -1,20 +1 @@ -{ - "obsidian-git:push2": [ - { - "modifiers": [ - "Mod", - "Shift" - ], - "key": "P" - } - ], - "obsidian-git:commit": [ - { - "modifiers": [ - "Meta", - "Shift" - ], - "key": "C" - } - ] -} \ No newline at end of file +{} \ No newline at end of file