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