Closed FOSSilizedDaemon closed 3 years ago
I think this can be achieved by adding this line to the .tmux.conf
set -g @resurrect-capture-pane-contents 'on' # save pane contents
I think this can be achieved by adding this line to the .tmux.conf
set -g @resurrect-capture-pane-contents 'on' # save pane contents
That did it! Thank you :3
Is restoring the contents of the
tmux
buffer supported or planned to be supported? For example, if you open a session, runls
, close the session and restore that output, the output ofls
, will not be saved and thus not restored. As it is in thetmux
buffer, is there any plan to save and then reload the content of thetmux
buffer into the restored session?