Skip to main content

Timeline for Write all tmux scrollback to a file

Current License: CC BY-SA 3.0

11 events
when toggle format what by license comment
Jun 16, 2017 at 15:54 comment added dragon788 For the pasting into Vim I found a solution and answered another question with a nice way to do it. superuser.com/a/904446/333828
May 19, 2017 at 22:56 comment added Konrad Rudolph @BradenBest Yeah, that's what I'm doing as well on systems where I can't access the clipboard.
May 19, 2017 at 18:15 comment added Braden Best @KonradRudolph the way I got around that was by instead using cat << EOF >> file, and then pasting the tmux buffer, and then terminating it with a line containing only EOF. Worked like a charm.
Apr 13, 2017 at 12:36 history edited CommunityBot
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Nov 5, 2015 at 17:14 comment added jasonwryan @daveloyall Of course, just don't use the keybind options I included from my .tmux.conf...
Nov 5, 2015 at 17:00 comment added daveloyall Can this be done with default key bindings?
Feb 4, 2015 at 21:18 comment added tlunter If you use :set paste in vim, vim will ignore adding automatic indentations or any insert-based keybindings.
Jan 21, 2015 at 16:19 comment added Konrad Rudolph This is problematic at best … pasting into insert mode in Vim has all kinds of problems, e.g. when you have automatic indentation enabled. I never got this to work to my satisfaction.
Dec 12, 2011 at 5:38 vote accept David Wolever
Dec 10, 2011 at 21:54 history edited jasonwryan CC BY-SA 3.0
edited body
Dec 10, 2011 at 21:44 history answered jasonwryan CC BY-SA 3.0