From d8aacb4a806c097fb316305dab8c481546d72b8b Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 22:06:27 +0000 Subject: Add fuzzy history search and distinct arg --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 ``` -- cgit v1.2.3