From d7e3c66c33c0cbd5d0c9a446701fe88a860c42e8 Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Mon, 28 Aug 2023 23:28:31 -0400 Subject: [PATCH] Updated: Monday, August 28,2023-08-28 23:28:26 --- enter/.obsidian/app.json | 5 ++-- enter/.obsidian/hotkeys.json | 48 ++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/enter/.obsidian/app.json b/enter/.obsidian/app.json index a1c4a34..cb04c51 100644 --- a/enter/.obsidian/app.json +++ b/enter/.obsidian/app.json @@ -9,7 +9,8 @@ "margin": "0", "downscalePercent": 100 }, - "readableLineLength": false, + "readableLineLength": true, "strictLineBreaks": true, - "attachmentFolderPath": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles" + "attachmentFolderPath": "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles", + "vimMode": true } \ No newline at end of file diff --git a/enter/.obsidian/hotkeys.json b/enter/.obsidian/hotkeys.json index 1c84d77..070612e 100644 --- a/enter/.obsidian/hotkeys.json +++ b/enter/.obsidian/hotkeys.json @@ -30,5 +30,53 @@ ], "key": "L" } + ], + "file-explorer:open": [ + { + "modifiers": [ + "Alt" + ], + "key": "F" + } + ], + "editor:focus-top": [ + { + "modifiers": [ + "Alt" + ], + "key": "ArrowUp" + } + ], + "editor:focus-bottom": [ + { + "modifiers": [ + "Alt" + ], + "key": "ArrowDown" + } + ], + "editor:fold-all": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "." + } + ], + "editor:fold-less": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "," + } + ], + "editor:fold-more": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "/" + } ] } \ No newline at end of file