The GitHub Actions job "Tests" on airflow.git/tmux-tldr has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
25fcd763e31beb4437176771b602adae5b57d4de / Kaxil Naik <[email protected]>
Dev: Add tip for easily copying from tmux window

If you are using tmux and want to switch between scrolling via mouse and 
copy/pasting, this is what I use with breeze start-airflow:

```
bind c run-shell "tmux setw mouse off" \; resize-pane -Z \; display-message "🚫 
Mouse disabled & pane zoomed"
bind v run-shell "tmux setw mouse on" \; resize-pane -Z \; display-message "🖱️ 
Mouse enabled & pane unzoomed"
```

Put that in: files/airflow-breeze-config/.tmux.conf  and then you can just do 
Ctrl+b c on the window where you want to copy via mouse. Ctrl+b v to unzoom & 
restore mouse scroll.

Report URL: https://github.com/apache/airflow/actions/runs/14670788806

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to