vault backup: 2025-04-22 17:03:09
This commit is contained in:
parent
11e84f897c
commit
a0e6ee0115
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Files
|
## Files
|
||||||
- [[Assembly Canvas.canvas]]
|
- [[Assembly Canvas.canvas]]
|
||||||
- [[Untitled.md]]
|
- [[spacekeys]]
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
## Files
|
## Files
|
||||||
- [[Folding.md]]
|
- [[Folding.md]]
|
||||||
- [[Spellcheck.md]]
|
- [[Spellcheck.md]]
|
||||||
- [[Untitled.md]]
|
- [[spacekeys]]
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# Table of Contents for 1 Ideas
|
# Table of Contents for 1 Ideas
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
- [[Untitled.md]]
|
- [[spacekeys]]
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
- [[(Sale) Transmission Swap.md]]
|
- [[(Sale) Transmission Swap.md]]
|
||||||
- [[(Sale) VG30E Engine Parts.md]]
|
- [[(Sale) VG30E Engine Parts.md]]
|
||||||
- [[The Ledger.md]]
|
- [[The Ledger.md]]
|
||||||
- [[Untitled.md]]
|
- [[spacekeys]]
|
||||||
- [[What transmission will solve all my problems?.md]]
|
- [[What transmission will solve all my problems?.md]]
|
||||||
- [[Wheels, Tires, and Spacers.md]]
|
- [[Wheels, Tires, and Spacers.md]]
|
||||||
- [[Which LS Engine should I target?.md]]
|
- [[Which LS Engine should I target?.md]]
|
||||||
|
|||||||
132
spacekeys.md
Normal file
132
spacekeys.md
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
items:
|
||||||
|
|
||||||
|
# SPC: command-palette:open
|
||||||
|
SPC: obsidian-better-command-palette:open-better-commmand-palette
|
||||||
|
TAB: workspace:previous-tab
|
||||||
|
/: global-search:open
|
||||||
|
1: workspace:goto-tab-1
|
||||||
|
2: workspace:goto-tab-2
|
||||||
|
3: workspace:goto-tab-3
|
||||||
|
4: workspace:goto-tab-4
|
||||||
|
5: workspace:goto-tab-5
|
||||||
|
6: workspace:goto-tab-6
|
||||||
|
7: workspace:goto-tab-7
|
||||||
|
8: workspace:goto-tab-8
|
||||||
|
9: workspace:goto-last-tab
|
||||||
|
|
||||||
|
b:
|
||||||
|
description: Buffers
|
||||||
|
items:
|
||||||
|
d: workspace:close
|
||||||
|
n: workspace:next-tab
|
||||||
|
p: workspace:previous-tab
|
||||||
|
# This is a sub-menu in Spacemacs
|
||||||
|
N: file-explorer:new-file-in-current-tab
|
||||||
|
u: workspace:undo-close-pane
|
||||||
|
# Not sure if there's a good builtin equivalent to this
|
||||||
|
# Shows open buffers and recent files
|
||||||
|
b: obsidian-better-command-palette:open-better-commmand-palette-file-search
|
||||||
|
|
||||||
|
f:
|
||||||
|
description: Files
|
||||||
|
items:
|
||||||
|
D: app:delete-file
|
||||||
|
# Similar to bb
|
||||||
|
f: obsidian-better-command-palette:open-better-commmand-palette-file-search
|
||||||
|
o: open-with-default-app:open
|
||||||
|
R: workspace:edit-file-title
|
||||||
|
s: editor:save-file
|
||||||
|
t: file-explorer:open
|
||||||
|
T: file-explorer:reveal-active-file
|
||||||
|
|
||||||
|
i:
|
||||||
|
description: Insert
|
||||||
|
items:
|
||||||
|
l: editor:insert-link
|
||||||
|
w: editor:insert-wikilink
|
||||||
|
|
||||||
|
m:
|
||||||
|
# Generally "Major mode" in Spacemacs, in this case Markdown
|
||||||
|
description: Markdown
|
||||||
|
items:
|
||||||
|
|
||||||
|
c:
|
||||||
|
description: Command
|
||||||
|
items:
|
||||||
|
e: workspace:export-pdf
|
||||||
|
p: markdown:toggle-preview
|
||||||
|
P: editor:toggle-source
|
||||||
|
|
||||||
|
i:
|
||||||
|
description: Insert
|
||||||
|
items:
|
||||||
|
l: editor:insert-link
|
||||||
|
w: editor:insert-wikilink
|
||||||
|
T: editor:insert-table
|
||||||
|
|
||||||
|
# This is a menu with one item in Markdown mode
|
||||||
|
l: editor:toggle-bullet-list
|
||||||
|
|
||||||
|
t:
|
||||||
|
description: Table
|
||||||
|
items:
|
||||||
|
b: editor:table-col-left
|
||||||
|
f: editor:table-col-right
|
||||||
|
p: editor:table-row-up
|
||||||
|
n: editor:table-row-down
|
||||||
|
c: editor:table-col-after
|
||||||
|
r: editor:table-row-after
|
||||||
|
C: editor:table-col-delete
|
||||||
|
R: editor:table-row-delete
|
||||||
|
|
||||||
|
x:
|
||||||
|
description: Text
|
||||||
|
items:
|
||||||
|
b: editor:toggle-bold
|
||||||
|
i: editor:toggle-italics
|
||||||
|
c: editor:toggle-code
|
||||||
|
p: editor:insert-codeblock
|
||||||
|
q: editor:toggle-blockquote
|
||||||
|
s: editor:toggle-strikethrough
|
||||||
|
|
||||||
|
p:
|
||||||
|
# Treat Spacemacs Projectile project <-> Obsidian vault
|
||||||
|
description: Projects
|
||||||
|
items:
|
||||||
|
t: file-explorer:open
|
||||||
|
# These are the same?
|
||||||
|
p: app:open-vault
|
||||||
|
l: app:open-vault
|
||||||
|
# Is this the same as org tags or different?
|
||||||
|
g: obsidian-better-command-palette:open-better-commmand-palette-tag-search
|
||||||
|
f: obsidian-better-command-palette:open-better-commmand-palette-file-search
|
||||||
|
|
||||||
|
s:
|
||||||
|
description: Search
|
||||||
|
items:
|
||||||
|
p: global-search:open
|
||||||
|
|
||||||
|
t:
|
||||||
|
description: Toggles
|
||||||
|
items:
|
||||||
|
|
||||||
|
w:
|
||||||
|
description: Windows
|
||||||
|
items:
|
||||||
|
TAB: editor:focus
|
||||||
|
d: workspace:close-window
|
||||||
|
h: editor:focus-left
|
||||||
|
l: editor:focus-right
|
||||||
|
k: editor:focus-top
|
||||||
|
j: editor:focus-bottom
|
||||||
|
s: workspace:split-horizontal
|
||||||
|
v: workspace:split-vertical
|
||||||
|
|
||||||
|
x:
|
||||||
|
description: Text
|
||||||
|
items:
|
||||||
|
|
||||||
|
T:
|
||||||
|
description: UI Toggles / Themes
|
||||||
|
items:
|
||||||
|
s: theme:switch
|
||||||
Loading…
x
Reference in New Issue
Block a user