mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 20:52:06 -07:00
Update bash key binding example
This commit is contained in:
@@ -213,7 +213,7 @@ bind '"\er": redraw-current-line'
|
|||||||
# CTRL-T - Paste the selected file path into the command line
|
# CTRL-T - Paste the selected file path into the command line
|
||||||
fsel() {
|
fsel() {
|
||||||
find ${1:-*} | fzf -m | while read item; do
|
find ${1:-*} | fzf -m | while read item; do
|
||||||
printf '%q ' $item
|
printf '%q ' "$item"
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user