mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Adding quoting to enable opening of files that contain spaces.
@@ -140,7 +140,7 @@ f() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Store the arguments from fzf
|
# Store the arguments from fzf
|
||||||
arguments=($(fzf --multi))
|
arguments=("$(fzf --multi)")
|
||||||
|
|
||||||
# If no arguments passed (e.g. if Esc pressed), return to terminal
|
# If no arguments passed (e.g. if Esc pressed), return to terminal
|
||||||
if [ -z "${arguments}" ]; then
|
if [ -z "${arguments}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user