summaryrefslogtreecommitdiffstats
path: root/bin/tmux-clipboard
Commit message (Collapse)AuthorAgeFilesLines
* fix copying multiple linesJesse Luehrs2018-11-111-1/+1
|
* simplify tmux-clipboard a bunchJesse Luehrs2018-11-101-45/+51
|
* fix tmux-clipboardJesse Luehrs2018-11-031-9/+7
| | | | not actually sure what broke here
* allow using either the primary or clipboard selections on linuxJesse Luehrs2018-05-201-4/+18
|
* close stdin/stdout/stderr after forkingJesse Luehrs2018-05-201-1/+8
| | | | | | tmux hangs while the xclip process still exists otherwise (and the xclip process has to stick around after copying in order to provide the data to subsequent paste requests)
* add some keybindings to let tmux interact with the system clipboardJesse Luehrs2018-05-191-0/+49