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

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -