docs: fix abbreviations file ordering and capitalization for tests

This commit is contained in:
2026-08-06 16:07:08 -04:00
parent 204b13781d
commit e76668d3b1
13 changed files with 199 additions and 197 deletions
@@ -0,0 +1,10 @@
---
title: History Expansion
manTitle: 4.9 History Expansion
---
Bash-style history expansions trigger on Space or Enter. Some are implemented
as abbreviations (e.g. `!*`), while others (`!!`, `!$`, `!.`) are implemented
as keybindings, but they all serve the same purpose.
<!-- GENERATED: History Expansion -->