m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Examples (markdown)

Junegunn Choi
2015-03-30 13:09:43 +09:00
parent b499dae418
commit e81500159b

@@ -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