m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

unset IFS in fe function

Andy Weidenbaum
2015-12-19 18:56:12 -08:00
parent 85ec5c4fcf
commit 035b12fb9f

@@ -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