tmux-plugins / tmux-yank

Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
https://tmux-plugins.github.io/tmux-yank/
MIT License
2.72k stars 122 forks source link

tmux-yank stuck in copy mode #135

Closed ghost closed 4 years ago

ghost commented 4 years ago

everything is normal when i select less than three lines. but if i selected more than three lines, tmux stuck in copy mode after i press y. (both Ctrl+c and Enter no response) i have to close the window to exit tmux.

image

ghost commented 4 years ago

image

here is my environment, this issue came out after i updated manjaro recently.

k1sul1 commented 4 years ago

Just noticed the same thing. Thought it was an isolated incident when it happened once but when it happened again I realised it's not.

I'm also running Manjaro on this particular machine.

❯ tmux -V
tmux 3.0a

As a "workaround", I open another terminal and type tmux attach into it, and then close the frozen terminal.

elijahkim commented 4 years ago

Just got a fresh install of Manjaro and it's crashing for me too. I'm trying to get logs but am unable to get those as well.

1578445259.699093 sending message 105 to peer 0x5653ca5674d0 (31 bytes)
1578445259.699097 sending message 105 to peer 0x5653ca5674d0 (16 bytes)
1578445259.699101 sending message 106 to peer 0x5653ca5674d0 (0 bytes)
1578445259.699106 sending message 200 to peer 0x5653ca5674d0 (4 bytes)
1578445259.699110 client loop enter
1578445259.702265 peer 0x5653ca5674d0 message 207
1578445259.702277 sending message 208 to peer 0x5653ca5674d0 (0 bytes)
1578445328.248659 peer 0x5653ca5674d0 message 201
1578445328.248687 sending message 205 to peer 0x5653ca5674d0 (0 bytes)
1578445328.248938 peer 0x5653ca5674d0 message 204
1578445328.248944 client loop exit

is the last thing in the log file

nicm commented 4 years ago

Are you using Konsole? This is probably https://bugs.kde.org/show_bug.cgi?id=415249.

elijahkim commented 4 years ago

yep that seems like it to me. I installed kitty and that freezing stopped

k1sul1 commented 4 years ago

It was fixed 3 days ago, but it hasn't been updated to arch repos: https://www.archlinux.org/packages/extra/x86_64/konsole/

I guess I'll build it myself.

ghost commented 4 years ago

@nicm

Are you using Konsole? This is probably https://bugs.kde.org/show_bug.cgi?id=415249.

You are right, this issue disappeared when i use terminator. Thanks a million !

ghost commented 4 years ago

It was fixed 3 days ago, but it hasn't been updated to arch repos: https://www.archlinux.org/packages/extra/x86_64/konsole/

I guess I'll build it myself.

That will be great. Looking forward to it.