11 lines
314 B
Markdown
11 lines
314 B
Markdown
---
|
|
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 -->
|