docs: restructure abbreviations into individual pages for sidebar

This commit is contained in:
2026-08-06 15:38:15 -04:00
parent 742fd7941d
commit 82d761b026
14 changed files with 106 additions and 70 deletions
+27
View File
@@ -0,0 +1,27 @@
---
title: Abbreviations
manTitle: 4. ABBREVIATIONS
sidebar:
order: 8
helpKeywords:
- abbreviations
- abbr
- abbrs
---
Abbreviations expand when you press Space or Enter. They are terminal-aware:
some expand differently in Kitty vs WezTerm vs other terminals.
<CardGrid>
<LinkCard title="Editors" href="/04-abbreviations/01-editors/" />
<LinkCard title="Navigation and Listing" href="/04-abbreviations/02-navigation-and-listing/" />
<LinkCard title="Git" href="/04-abbreviations/03-git/" />
<LinkCard title="Terminal Windows, Tabs, and Panes" href="/04-abbreviations/04-terminal-windows-tabs-and-panes/" />
<LinkCard title="Chezmoi" href="/04-abbreviations/05-chezmoi/" />
<LinkCard title="Docker" href="/04-abbreviations/06-docker/" />
<LinkCard title="Systemctl" href="/04-abbreviations/07-systemctl/" />
<LinkCard title="AI Assistants" href="/04-abbreviations/08-ai-assistants/" />
<LinkCard title="Miscellaneous" href="/04-abbreviations/09-miscellaneous/" />
<LinkCard title="Shell Aliases" href="/04-abbreviations/10-shell-aliases/" />
<LinkCard title="History Expansion" href="/04-abbreviations/11-history-expansion/" />
</CardGrid>