Unable to use Screen's clipboard inside Firefox

I have not managed to get my pbcopy/pbpaste to work in Screen as discussed here.

I aim to solve the problem by having Screen clipboard inside Firefox. Its paste works in terminal by the following command but not in Firefox

C-a ]

How can you use Screen's clipboard inside Firefox?

Upvotes: 0

Views: 247

Answers (2)

staticsan
staticsan

Reputation: 30555

Screen's clipboard (correctly called a paste buffer) only works inside that instance of screen. That's all it's designed to do.

The best way to copy-n-paste to FireFox is to use your terminal program's copy mechanism.

Upvotes: 0

a paid nerd
a paid nerd

Reputation: 31522

Here's a solution that makes use of screen's buffer-writing commands and pbcopy:

Upvotes: 2

Related Questions