I am trying to configure the micro text editor to be able to share a clipboard between tmux panels and between the local system clipboard. This is apparently possible using xclip
, which relies on X11 forwarding.
I have X11 forwarding enabled, confirmed with xeyes
but xclip
isn’t available on HPC. There is something else called “xclipboard
” but I don’t think they are the same, and besides xclipboard
doesnt work :
xclipboard -h
Error: another clipboard is already running
I’m not sure I can install xclip without root permissions. Any ideas?