sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
991 stars 53 forks source link

Fixed "session -> new" not compatible with Fish shell (and others) #73

Closed sc0 closed 12 months ago

sc0 commented 12 months ago

Creating new sessions didn't work for fish shell (and potentially for others), so I wrapped the command with bash -c to keep it compatible.

sainnhe commented 12 months ago

Thanks, but this unfortunately doesn't work on my machine (macOS zsh). I did a little fix https://github.com/sainnhe/tmux-fzf/commit/ce27ae458ce071ee41e80fcb9b2e79ee2dd151cc and hope this would work for you.

sc0 commented 12 months ago

Oh, sorry for that! Your change works perfectly fine for me. Btw I've noticed multi-word not working for session names, so I've made a new PR for this https://github.com/sainnhe/tmux-fzf/pull/74