diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 22:06:27 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 22:06:27 +0000 |
| commit | d8aacb4a806c097fb316305dab8c481546d72b8b (patch) | |
| tree | e30757902c93c3ccd8f99d14fb6360545566ee6b /README.md | |
| parent | Update readme (diff) | |
| download | atuin-d8aacb4a806c097fb316305dab8c481546d72b8b.zip | |
Add fuzzy history search and distinct arg
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ``` |
