Skip to content

Commit

Permalink
docs: allow-passthrough must be set to on to prevent tmux from …
Browse files Browse the repository at this point in the history
…forwarding the real terminal's response to the inactive pane

sxyazi/yazi#2052
  • Loading branch information
sxyazi committed Dec 17, 2024
1 parent c39166a commit a245ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/image-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ it will automatically use the "Window system protocol" to display images - this
To enable Yazi's image preview to work correctly in tmux, add the following 3 options to your `tmux.conf`:

```sh
set -g allow-passthrough all
set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
```
Expand Down

0 comments on commit a245ede

Please sign in to comment.