tmux-copycat icon indicating copy to clipboard operation
tmux-copycat copied to clipboard

n/N keybinds do not remove themselves

Open DanielFGray opened this issue 7 years ago • 5 comments

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

DanielFGray avatar May 03 '17 02:05 DanielFGray

I think tmux 2.4 is to blame.

zackhsi avatar May 04 '17 20:05 zackhsi

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

davidjb avatar May 05 '17 01:05 davidjb

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

cyxou avatar May 13 '17 12:05 cyxou

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

prabhu-madanagopal avatar May 13 '17 18:05 prabhu-madanagopal

Duplicate of https://github.com/tmux-plugins/tmux-copycat/issues/109.

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

NHDaly avatar May 17 '17 02:05 NHDaly