junegunn / tmux-fzf-maccy

Tmux plugin for Maccy and fzf integration
MIT License
38 stars 2 forks source link

Plugin stopped working after upgrading tmux to 3.2 #2

Closed manskron closed 3 years ago

manskron commented 3 years ago

If I run the fzf-maccy.sh script directly, everything seems to work fine. fzf shows up in a bottom split. But the keybinding doesn't seem to work. I've tried binding it to a custom key as well.

Platform: Mac Terminal: Kitty Tmux version: 3.2 Shell: zsh

junegunn commented 3 years ago

Do you have the latest version of fzf and fzf-tmux? You should see a popup window when you run fzf-tmux -p.

manskron commented 3 years ago

Upgrading fzf solved it. Thought I was on the latest version. Sorry about that and thanks for the help.