Skip to content

Commit a245ede

Browse files
committed
docs: allow-passthrough must be set to on to prevent tmux from forwarding the real terminal's response to the inactive pane
sxyazi/yazi#2052
1 parent c39166a commit a245ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/image-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ it will automatically use the "Window system protocol" to display images - this
5151
To enable Yazi's image preview to work correctly in tmux, add the following 3 options to your `tmux.conf`:
5252

5353
```sh
54-
set -g allow-passthrough all
54+
set -g allow-passthrough on
5555
set -ga update-environment TERM
5656
set -ga update-environment TERM_PROGRAM
5757
```

0 commit comments

Comments
 (0)