there is no way to save the history from a pane at present, except using
send-keys something like:
tmux copy-mode\; send-keys 'M->' C-e C-space 'M-<' C-a C-w
extending capture-pane to do it as well as been on the todo list for
ages
On Fri, Feb 11, 2011 at 10:19:52PM -0500, mbm329 wrote:
> Hell
Hello list,
I'm using tmux v1.4 and trying to write a script that would, via cron,
save the history buffer from all tmux windows. I've tried
capture-pane, but am only able to get the pane that is visible within
the terminal window; the history is not saving to file. I was able to
save them in sc