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