使用 tmux 时文本的可滚动性?

phu*_*ehe 5 gnu-screen terminal-multiplexer tmux scrolling

某些终端中文本的可滚动性:

       | tty | xterm | urxvt | guake | terminator
screen |  Y  |   Y   |   Y   |   Y   |     Y
tmux   |  N  |   N   |   Y   |   N   |     N
Run Code Online (Sandbox Code Playgroud)

我在这个答案中注意到使用 tmux 时滚动不起作用。但我可以在 urxvt 中滚动。我怎么能在其他终端有这种行为?

Thi*_*ter 5

添加set -g terminal-overrides "xterm*:smcup@:rmcup@"到您的 tmux 配置并重新启动 tmux。如果您没有使用与“xterm*”匹配的终端,您当然必须更改它。