Skip to content

Instantly share code, notes, and snippets.

@chasgames
Created January 15, 2020 12:04
Show Gist options
  • Save chasgames/1c12f835466fbedf214ed8bd00c44a9d to your computer and use it in GitHub Desktop.
Save chasgames/1c12f835466fbedf214ed8bd00c44a9d to your computer and use it in GitHub Desktop.
### 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