From 7f1dd0a1ddb8d01633bb3680dc1d498784ed56a4 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Tue, 5 Feb 2019 20:22:17 +0400 Subject: [PATCH] Add some documentation for fzf option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b74294f..3ffaf63 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ z -i foo # cd with interactive selection if you want `z.lua` print the new directory after cd. + If you want `fzf` tab completion use: + + eval "$(lua /path/to/z.lua --init bash fzf)" + - zsh: put something like this in your `.zshrc`: