|
|
|
|
|
by PhilipRoman
1131 days ago
|
|
One program that does copying right IMO is tmux, it keeps a list of recently copied things, which you can view by pressing Ctrl-B = and choose which clipboard to paste. Very useful when you need to copy multiple separate strings without going back and forth between windows. I've caught myself doing optimistic copying - if I see something that i might need to paste in the future, like git commit hashes, file names, etc. I just copy them all and store them in the clipboard list. I think there is a program "clipmenu" which does this for X11, but haven't used it too much. |
|