jaclu / tmux-menus

Tmux plugin, Popup menus to help with managing your environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

menu is not triggered in tmux 3.0a

creinig opened this issue · comments

In tmux 3.0a (stock version in Ubuntu 20.04 LTS) the menu is not triggered by the keystroke. The reason seems to be that in that version, tmux bind-key does not support the -Noption:

> ./menus.tmux 
tmux: unknown option -- N
usage: bind-key [-cnr] [-T key-table] key command [arguments]

When removing the option (and its argument) from the call in menus.tmux everything works fine.

Thank you @creinig - this was driving me crazy.

Ooops, my bad will remove all -N bindings

It should be fixed now, ideally let me know and close it (you should be able to I think) otherwise I will close it