mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
Removed outer subprocess call (...) due to vlc throwing ""qobject::~QObject" Timers cannot be stopped from another thread run in background", which prevented immediate return to the command prompt.
@@ -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