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
I previously thought that there was a problem with the tmux_is_at_least() function, but after making some changes I realised that it was that. I don't know what's causing it, but I often have tmux-yank copying all the space under the line where there are none, until the end of the screen.
I end up with copied text like this:
<copied text that really exists>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\
To use the copied text I have to go to tmux registers <prefix>,= and then type e and remove the line breaks. Using tmux 3.3.
The text was updated successfully, but these errors were encountered:
eggbean
changed the title
tmux_is_at_least() function does not appear to work
tmux-yank often copies non-existent lines under the line until the bottom of the screen
Oct 2, 2022
I previously thought that there was a problem with the
tmux_is_at_least()
function, but after making some changes I realised that it was that. I don't know what's causing it, but I often have tmux-yank copying all the space under the line where there are none, until the end of the screen.I end up with copied text like this:
To use the copied text I have to go to tmux registers
<prefix>,=
and then typee
and remove the line breaks. Using tmux 3.3.The text was updated successfully, but these errors were encountered: