Byobu save textSave screen scrollback history text in Byobu using a shortcut:Shift + F72 commentsZach – Jan 21, 2021If the keyboard shortcuts are not working, try this:Ctrl + a, then enter the following command to save the pane's full text and not just the visible text::capture-pane -S - -E -; save-buffer "$BYOBU_RUN_DIR/printscreen"Then you can view the captured text of the pane:$ vim $BYOBU_RUN_DIR/printscreenReplyanonymous – Jan 21, 2021see also man tmux for info on capture-paneReply Leave a ReplyComment:Name (optional):Post Comment
2 comments
If the keyboard shortcuts are not working, try this:
Ctrl
+a
, then enter the following command to save the pane's full text and not just the visible text::capture-pane -S - -E -; save-buffer "$BYOBU_RUN_DIR/printscreen"
Then you can view the captured text of the pane:
$ vim $BYOBU_RUN_DIR/printscreen
see also
man tmux
for info oncapture-pane
Leave a Reply