Hi,
I wanted to copy tmux buffer to clipboard using wl-copy from wl-clipboard package. For some reason it won’t copy from toolbox to host wayland. What do I need to do to make it work?
This does not work:
set -g mode-keys vi
bind -T copy-mode-vi v send -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy"
bind P paste-buffer
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "wl-copy"
nor does just
echo foo|wl-copy
How to make it copy to system clipboard in gnome3? I have different toolboxes, in which I have installed tmux and wl-clipboard. None of that in system silverblue. Neovim for example copy nicely to system clipboard using "+y.