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