diff --git a/3-99 Research/Assembly/Assembly - README.md b/3-99 Research/Assembly/Assembly - README.md index 9efce398b..a0b0b26df 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]] -- [[Untitled.md]] +- [[spacekeys]] ## Summary diff --git a/3-99 Research/VIM/VIM - README.md b/3-99 Research/VIM/VIM - README.md index 7ec6e08a1..0b1e57651 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]] -- [[Untitled.md]] +- [[spacekeys]] ## Summary diff --git a/5 Thesis/1 Ideas/1 Ideas - README.md b/5 Thesis/1 Ideas/1 Ideas - README.md index 5a715cb42..b2a052313 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 -- [[Untitled.md]] +- [[spacekeys]] ## Summary diff --git a/9999 Personal/Z/Z - README.md b/9999 Personal/Z/Z - README.md index 46ced1468..f6336c80c 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]] -- [[Untitled.md]] +- [[spacekeys]] - [[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/spacekeys.md new file mode 100644 index 000000000..3b02ba665 --- /dev/null +++ b/spacekeys.md @@ -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 \ No newline at end of file