Open Doctor-Scott opened 4 months ago
I had the same issues using tmux popup
. Seems like popup does not support clipboard.
hmm, I'm able to copy in popup windows. I think these are the relevant lines in my config. not sure though
i had the same issue
+1
Enter
) is not placing content in clipboardI have the same issue.
Facing a similar issue, not able to copy in the terminal when inside tmux session
I appreciate the comments on this!
So after some playing around, I found that this line in my config is causing the issue for me
# stop tmux leaving the scrollback buffer when copying
bind-key -T copy-mode-vi y send-keys -X copy-selection -x
So I am leaving this commented out for now I will deal with losing the position in the floating pane while I dig further into a workaround
I'm facing the same issue. I select the text, and it should automatically copy it, but it doesn't happen within Floax. When I switch directly to that session outside of Floax, it works correctly. I'm using kitty on macOS.
Any chance to fix that?
i'm also facing this issue, but after i commented this following line out of my tmux config it's working now
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel
It doesn't help in my case :(
still expect the issue is related to TMUX popup. In all my popups there is no clipboard available
It doesn't help in my case :(
Maybe start with a empty tmux config with only what is needed for the floax plugin?
See if you can copy text with that setup
If so, add in more plugins/ config until it stops, that's mostly likely the specific cause for yourself
My config is very simple. However, I removed everything, just left resurrect, continuum & floax, then I killed tmux server and opened it again. Still doesn't work.
I would say it's more likely that the issue is in integration between shell & floax than tmux & floax
that's mostly likely the specific cause for yourself
How about all the other people here :)?
Terminal
Wezterm
shell
zsh
Issue
It seems that no copy command is working within the tmux floating pane. I have tried via the terminal, with
command-c
and tmux-vim keybindsWhen I navigate to the scratch session in a normal tmux window it will allow me
I wonder if something in my existing config is clashing. I have included it below Let me know if any other info is required
tmux config