lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
632 stars 40 forks source link

Support tmux panes with FZF #9

Closed zhimsel closed 4 years ago

zhimsel commented 4 years ago

Would it be possible to support FZF's builtin fzf-tmux script (or a first-class implementation of it)? I tried using fzf-tmux instead of fzf with this patch, but fzf opens the tmux pane, then immediately closes it.

I'd be happy to work on this change, but I don't really know where it's going wrong.

May be related to #5.