mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 09:33:42 -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
|
# ALT-I - Paste the selected entry from locate output into the command line
|
||||||
fzf-locate-widget() {
|
fzf-locate-widget() {
|
||||||
local selected
|
local selected
|
||||||
if selected=$(locate / | fzf +s -q "$LBUFFER"); then
|
if selected=$(locate / | fzf -q "$LBUFFER"); then
|
||||||
LBUFFER=$selected
|
LBUFFER=$selected
|
||||||
fi
|
fi
|
||||||
zle redisplay
|
zle redisplay
|
||||||
|
|||||||
Reference in New Issue
Block a user