Timeline for Getting tmux to copy a buffer to the clipboard
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Jun 13, 2022 at 11:41 | history | suggested | Glorfindel | CC BY-SA 4.0 | broken link fixed |
| Jun 12, 2022 at 9:01 | review | Suggested edits | |||
| S Jun 13, 2022 at 11:41 | |||||
| Aug 3, 2015 at 8:01 | comment | added | Rafael Bugajewski | As of OS X 10.10 reattach-to-user-namespace is no longer necessary. Almost every tutorial and documentation regarding tmux and OS X mentions it, because copy & pasting wasn’t easily possible a couple of years ago. These days it (mostly) works out of the box. | |
| Apr 15, 2012 at 4:54 | comment | added | docwhat | Emits the save-buffer to stdout. You can replace the - with a filename and it'll save it there. This prevents you from writing (and having to clean up) a file. | |
| Apr 13, 2012 at 17:58 | comment | added | hekevintran | What does the - at the end of tmux save-buffer - do? | |
| Mar 18, 2012 at 5:00 | comment | added | event_jr | This answer is superb. I was using tmux show-buffer which caused line wrap issues tmux save-buffer - solved it. | |
| Feb 23, 2012 at 9:21 | history | edited | Chris Johnsen | CC BY-SA 3.0 | use save-buffer to avoid doubled backslashes and octal escapes for bytes 0x00-0x09, 0x0B-0x1F (i.e. any control character except NL), and 0x7F-0xFF |
| Feb 23, 2012 at 3:37 | history | answered | docwhat | CC BY-SA 3.0 |