Before each command, run the prefix (default Ctrl+B). This will write all scrollback from that pane to a file ~/buffer.txt.
Before each command, run the prefix (default Ctrl+B). This will write all scrollback from that pane to a file ~/buffer.txt.
# open/split windows in the same dir bind ‘”‘ split-window -c “#{pane_current_path}” bind % split-window -h -c “#{pane_current_path}” bind c new-window -c “#{pane_current_path}” In your…