I want to be able to copy and paste between Byobu and Firefox without having to use a mouse. I could write the copy buffer to a file and open that file with Gedit but I was wondering if there was a more elegant way.
Asked
Active
Viewed 3,565 times
6
-
What is byobu's copy buffer? – Oli Apr 06 '11 at 13:45
-
ctrl+A+[ , then spacebars to mark the beginning and end of the selection – daithib8 Apr 06 '11 at 18:02
1 Answers
3
You can use XSel (install) to insert the text into the X selection buffer:
echo "paste your buffer from byobu/screen here" | xsel
Use -b
/--clipboard
to copy to CLIPBOARD selection instead of PRIMARY.

Pablo Bianchi
- 15,657

Egil
- 14,162