- highlight text to copy
- run
xclip -o -selection primary | xclip -selection clipboard
- now highlighted text in clipboard, via
Ctrl+Shift+c it can be copied to another qube as always
Binding this command to some keyboard shortcut (e.g. Ctrl+a, a) via bind didn't work, command can be moved into something like a c.sh which is easy to start from anywhere though.
xclip -o -selection primary | xclip -selection clipboardCtrl+Shift+cit can be copied to another qube as alwaysBinding this command to some keyboard shortcut (e.g.
Ctrl+a,a) viabinddidn't work, command can be moved into something like ac.shwhich is easy to start from anywhere though.