You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that tmux-yank does not work for me in WSL with clip.exe if I am trying to copy over 1700-1800 lines. It may be related to the number of characters I'm copying so YMMV.
I thought there may be a limit in Windows with clip.exe, but I tested copying a file with around 3 million lines with "clip.exe < file" it works even if it takes a minute or two to complete.
Is there any chance there is some sort of limit imposed when using clip.exe?
The text was updated successfully, but these errors were encountered:
Are you sure you're not counting the wrapped lines? Number on top right in tmux copy mode includes wrapped lines as multiple lines. If you're seeing 3000 on top right and when you paste to an editor and see 1700 lines, you might be thinking there's a limit but it's because of line wrapping.
@taylankasap no I was just using that as a reference to get an idea of the approximate lines. If I am over the limit, the clipboard just doesn't get overwritten using tmux-yank. That is opposed to cat somefilecontaininga100klines | clip.exe which works (takes a moment).
I'm wondering if tmux-yank has some timeout limit that if the application it's passing the text to (clip.exe) takes to long to complete and then we're left with none of it.
It seems that tmux-yank does not work for me in WSL with clip.exe if I am trying to copy over 1700-1800 lines. It may be related to the number of characters I'm copying so YMMV.
I thought there may be a limit in Windows with clip.exe, but I tested copying a file with around 3 million lines with "clip.exe < file" it works even if it takes a minute or two to complete.
Is there any chance there is some sort of limit imposed when using clip.exe?
The text was updated successfully, but these errors were encountered: