How to get multiple clipboards
You could use gnome-shell-extensions-gpaste
, available in the Universe Repository.
sudo apt-get install gnome-shell-extensions-gpaste
But there is no shortcut to get a concrete entry from the history. You have to mark the entry manually if you need another one then the last.
So it's only half an answer.
An idea is, to simulate the behavior (In my case I had to change the entry Keyboard Shortcuts > Delete the active item from history from <Ctrl><Alt>V
to <Ctrl><Alt>X
)
- Select your first text to copy
- Ctrl+C
- Select the second text to copy
- Ctrl+C
- …
- Paste the latest text with Ctrl+V
- Ctrl+Alt+X to delete the entry from the history list
- Paste the latest text with Ctrl+V
- …
You could also take a look to CopyQ on GitHub, it can manage (among lot of things) multiple clipboard organized through tabs.
CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application.
Items can be:
- edited with internal editor or with preferred text editor,
- moved to other tabs,
- drag'n'dropped to applications,
- marked with tag or a note,
- passed to or changed by custom commands,
- or simply removed.
Less straightforward to install than the accepted answer, but really really powerful and customizable. I fell in love with it :)