Create a session with a space in the name: tmux new-session -t "test name"
Switch to another session
Attempt to fuzzy switch back to that session and be greeted with error message resembling '~/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch' returned 123
To reproduce the error that this fixes:
tmux new-session -t "test name"
'~/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch' returned 123
This PR fixes that issue.