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