vault backup: 2025-04-22 17:06:19

This commit is contained in:
Dane Sabo 2025-04-22 17:06:19 -04:00
parent a0e6ee0115
commit 8c83d8e096
6 changed files with 26 additions and 5 deletions

17
.obsidian/plugins/spacekeys/data.json vendored Normal file
View File

@ -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"
}

View File

@ -2,7 +2,7 @@
## Files
- [[Assembly Canvas.canvas]]
- [[spacekeys]]
- [[Untitled.md]]
## Summary

View File

@ -3,7 +3,7 @@
## Files
- [[Folding.md]]
- [[Spellcheck.md]]
- [[spacekeys]]
- [[Untitled.md]]
## Summary

View File

@ -1,7 +1,7 @@
# Table of Contents for 1 Ideas
## Files
- [[spacekeys]]
- [[Untitled.md]]
## Summary

View File

@ -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]]

View File

@ -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
s: theme:switch
```