mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user