docs: fix abbreviations file ordering and capitalization for tests
This commit is contained in:
@@ -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 -->
|
||||
Reference in New Issue
Block a user