summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-13 22:06:27 +0000
committerEllie Huxtable <e@elm.sh>2021-02-13 22:06:27 +0000
commitd8aacb4a806c097fb316305dab8c481546d72b8b (patch)
treee30757902c93c3ccd8f99d14fb6360545566ee6b /README.md
parent3e7af55a9c43736a4155a794276597c73580cadd (diff)
Add fuzzy history search and distinct arg
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 851f71ce..4899abd3 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,20 @@ and then add `atuin` to your `plugins` list in `~/.zshrc`
## Usage
+By default A'tuin will rebind ctrl-r to use fzf to fuzzy search your history. You
+can specify a different fuzzy tool by changing the value of `ATUIN_FUZZY`:
+
+```
+export ATUIN_FUZZY=fzy
+```
+
### Import history
```
atuin import auto # detect shell, then import
+
+or
+
atuin import zsh # specify shell
```