sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add frequently used actions to the user menu not works(Not display)

atlas-comstock opened this issue · comments

This is my settings, and the file exists.
I can exec /Users/myname/.tmux/plugins/tmux-fzf/scripts/pane.sh switch and it works well.

TMUX_FZF_MENU=\
"switchpane\n/Users/myname/.tmux/plugins/tmux-fzf/scripts/pane.sh switch\n"\
"switchwindow\n/Users/myname/.tmux/plugins/tmux-fzf/scripts/window.sh switch\n"

However, reload tmux, and prefix+F remains the same.

Any method to debug?

Fix in #25