tmux-plugins/tmux-copycat

n/N keybinds do not remove themselves

DanielFGray opened this issue · 5 comments

after using copycat I have to manually tmux unbind -n n \; unbind -n N

I think tmux 2.4 is to blame.

This became a problem for me after Homebrew upgraded tmux from 2.3_3 to 2.4.

cyxou commented

I'm on Arch and the plugin stopped working for me completely. I use tmux v2.4

Compile tmux 2.3 from source and it works well with copycat. tmux 2.4 and 2.5 has issues with copycat.

Duplicate of #109.

n/N are bound to -T root instead of copy-mode/copy-mode-vi, because of breaking changes with tmux2.4.