mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 11:29:01 +00:00
Update bash key binding example
This commit is contained in:
parent
07aee79bd8
commit
cf0ca8578c
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user