From a245ede4280a101d7ebe3354889192d2a4c3ce53 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Tue, 17 Dec 2024 10:08:17 +0800 Subject: [PATCH] docs: `allow-passthrough` must be set to `on` to prevent `tmux` from forwarding the real terminal's response to the inactive pane https://github.com/sxyazi/yazi/pull/2052 --- docs/image-preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/image-preview.md b/docs/image-preview.md index 11409603..125bffd3 100644 --- a/docs/image-preview.md +++ b/docs/image-preview.md @@ -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 ```