mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
unset IFS in fe function
@@ -11,6 +11,7 @@ fe() {
|
||||
'
|
||||
local declare files=($(fzf-tmux --query="$1" --select-1 --exit-0))
|
||||
[[ -n "$files" ]] && ${EDITOR:-vim} "${files[@]}"
|
||||
unset IFS
|
||||
}
|
||||
|
||||
# Modified version where you can press
|
||||
|
||||
Reference in New Issue
Block a user