diff --git a/.obsidian/plugins/spacekeys/data.json b/.obsidian/plugins/spacekeys/data.json new file mode 100644 index 00000000..ba24e35e --- /dev/null +++ b/.obsidian/plugins/spacekeys/data.json @@ -0,0 +1,17 @@ +{ + "keymapFile": { + "path": null, + "format": "auto", + "extend": false + }, + "modal": { + "delay": 500, + "execDelay": 100, + "showInvalid": true, + "backspaceReverts": true, + "backspaceCloses": true, + "trimDescriptions": true, + "dimBackground": true + }, + "pluginVersion": "0.3.1" +} \ No newline at end of file diff --git a/3-99 Research/Assembly/Assembly - README.md b/3-99 Research/Assembly/Assembly - README.md index a0b0b26d..9efce398 100644 --- a/3-99 Research/Assembly/Assembly - README.md +++ b/3-99 Research/Assembly/Assembly - README.md @@ -2,7 +2,7 @@ ## Files - [[Assembly Canvas.canvas]] -- [[spacekeys]] +- [[Untitled.md]] ## Summary diff --git a/3-99 Research/VIM/VIM - README.md b/3-99 Research/VIM/VIM - README.md index 0b1e5765..7ec6e08a 100644 --- a/3-99 Research/VIM/VIM - README.md +++ b/3-99 Research/VIM/VIM - README.md @@ -3,7 +3,7 @@ ## Files - [[Folding.md]] - [[Spellcheck.md]] -- [[spacekeys]] +- [[Untitled.md]] ## Summary diff --git a/5 Thesis/1 Ideas/1 Ideas - README.md b/5 Thesis/1 Ideas/1 Ideas - README.md index b2a05231..5a715cb4 100644 --- a/5 Thesis/1 Ideas/1 Ideas - README.md +++ b/5 Thesis/1 Ideas/1 Ideas - README.md @@ -1,7 +1,7 @@ # Table of Contents for 1 Ideas ## Files -- [[spacekeys]] +- [[Untitled.md]] ## Summary diff --git a/9999 Personal/Z/Z - README.md b/9999 Personal/Z/Z - README.md index f6336c80..46ced146 100644 --- a/9999 Personal/Z/Z - README.md +++ b/9999 Personal/Z/Z - README.md @@ -16,7 +16,7 @@ - [[(Sale) Transmission Swap.md]] - [[(Sale) VG30E Engine Parts.md]] - [[The Ledger.md]] -- [[spacekeys]] +- [[Untitled.md]] - [[What transmission will solve all my problems?.md]] - [[Wheels, Tires, and Spacers.md]] - [[Which LS Engine should I target?.md]] diff --git a/spacekeys.md b/spacemacs.md similarity index 97% rename from spacekeys.md rename to spacemacs.md index 3b02ba66..141c8017 100644 --- a/spacekeys.md +++ b/spacemacs.md @@ -1,3 +1,6 @@ +Example Spacekeys keymap file emulating Spacemacs. + +```yaml items: # SPC: command-palette:open @@ -129,4 +132,5 @@ items: T: description: UI Toggles / Themes items: - s: theme:switch \ No newline at end of file + s: theme:switch +```