Is there a way to have tmux programmatically load history from a file? -
i'm trying set tmux session of windows connect remote server , attach screen (tmux isn't installed on server). upon attaching remote screen, i'd copy history of screen tmux (i want history persistent, if tmux session restarted).
is there way that? didn't see obvious while digging through man pages.
for it's worth, hacky solution came works enough. have screen dump history file, , cat/delete file.
Comments
Post a Comment