I have recently installed the i3 tiling window manager [1] on my Ubuntu system and I'm trying to figure out how to copy & paste between various terminal and application windows.
How can this be done?
[1] http://i3wm.org
I have recently installed the i3 tiling window manager [1] on my Ubuntu system and I'm trying to figure out how to copy & paste between various terminal and application windows.
How can this be done?
[1] http://i3wm.org
Some terminals use
CTRL+SHIFT+C
andCTRL+SHIFT+V
to copy and paste, while others useCTRL+ALT+C
andCTRL+ALT+V
, likeurxvt
(See https://wiki.archlinux.org/index.php/Rxvt-unicode#Cut_and_paste ).For
i3wm
, try using a clipboard manager, likeclipit
.Add
exec --no-startup-id clipit
to~/.i3/config
to start it automatically.I have just had success using the
middle mouse button
with xterm in i3 to copy from a remote terminal to firefox. Use themiddle mouse button
to copy and paste.You have had good answers above, I will just add a detail. As a default, the clipboard of each container is emptied when the container is closed. So if you copy some text from a terminal, close the terminal, and paste the text in another terminal - it will not work, because the clipboard will have been emptied in the meanwhile.
I installed
xfce4-terminal
which pretty much does exactly what I need.I don't use that myself, but your copy buffer might be accessible through ctrl +shift+c to copy and v to paste. These is also programs like
xclipboard
for capturing output of terminal commands into a clipboard. Try it out, report back!I just got mine done by holding down Ctrl+
mouse wheel
. Then selecting from the popup that comes the option:Select to clipboard
by moving the mouse to that option and releasing the mouse wheel. Then I went ahead and selected the text I wanted to copy in the terminal and it worked.This was done in i3 wm