aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/docs/commands/search.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/docs/commands/search.md b/docs/docs/commands/search.md
index d33b7556..8714292c 100644
--- a/docs/docs/commands/search.md
+++ b/docs/docs/commands/search.md
@@ -24,6 +24,16 @@ appended with a wildcard).
| `--delete` | Delete history matching this query |
| `--reverse` | Reverse order of search results, oldest first |
+## `atuin search -i`
+
+Atuin's interactive search TUI allows you to fuzzy search through your history.
+
+![compact](https://user-images.githubusercontent.com/1710904/161623659-4fec047f-ea4b-471c-9581-861d2eb701a9.png)
+
+You can replay the `nth` command with `alt + #` where `#` is the line number of the command you would like to replay.
+
+Note: This is not yet supported on macOS.
+
## Examples
```