configs/scripts/tmux-edit-scrollback
2025-03-16 22:54:37 +01:00

6 lines
109 B
Bash
Executable File

#!/bin/bash
file=$(mktemp)
tmux capture-pane -pS -32768 >$file
tmux new-window -n:scrollback-edit "n $file"