From e81500159badb8e5030d27ad968856ee758c6b2b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 30 Mar 2015 13:09:43 +0900 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index c3bf0f5..37a49a8 100644 --- a/Examples.md +++ b/Examples.md @@ -255,7 +255,7 @@ alias jj=zz # ALT-I - Paste the selected entry from locate output into the command line fzf-locate-widget() { local selected - if selected=$(locate / | fzf +s -q "$LBUFFER"); then + if selected=$(locate / | fzf -q "$LBUFFER"); then LBUFFER=$selected fi zle redisplay