Created
January 15, 2020 12:04
-
-
Save chasgames/1c12f835466fbedf214ed8bd00c44a9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### COPY OUTPUT of PANE | |
CTRL+B + : | |
type "capture-pane -S -3000" + return (Replace 3000 with however many lines you'd like to save.) | |
This copies those lines into a buffer. | |
#### SAVE to FILE | |
CTRL+B + : | |
type "save-buffer filename.txt" + return. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment