From 14df9a104da4846c47ddb8ce83233132e43267ea Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 11 Nov 2024 16:21:18 +0100 Subject: [PATCH] autopushed --- tmux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.md b/tmux.md index 70735085a..ea791a3b0 100644 --- a/tmux.md +++ b/tmux.md @@ -4,4 +4,5 @@ - I have a love-relationship with it as it makes some things, like copy/paste, harder than I think they could be. then again, I'm not fixing the issues, so :) - `ctrl-b` is the default command combination but I more often use `ctrl-a`, after [[screen]], and `ctrl-v` in second-level terminals. - I'm thinking of just using `ctrl-b` everywhere as that way I don't need to do configuration in every new host. - - `ctrl-b w` to list windows. \ No newline at end of file + - `ctrl-b w` to list windows. + - `tmux capture-pane -p -S- > /tmp/output.txt` \ No newline at end of file