[GH-ISSUE #2282] [BUG] 使用tmux 开启新窗口时,无法上下拖动滚动条 #1438

Open
opened 2026-02-27 00:03:33 +03:00 by kerem · 1 comment
Owner

Originally created by @Waym1ng on GitHub (Oct 13, 2021).
Original GitHub issue: https://github.com/electerm/electerm/issues/2282

使用了tmux,滑轮操作会变成上下切换命令,
tail -f server.log 时,滚动条也不起作用。

Originally created by @Waym1ng on GitHub (Oct 13, 2021). Original GitHub issue: https://github.com/electerm/electerm/issues/2282 使用了**tmux**,滑轮操作会变成上下切换命令, 在`tail -f server.log` 时,滚动条也不起作用。
Author
Owner

@kai648846760 commented on GitHub (Oct 18, 2021):

这不是Bug 是tmux设定
如果要启动滚动条
按完前缀ctrl+B后,再按冒号:进入命令行模式,
输入以下命令:

set -g mouse on

或者 ctrl + B ,直接使用pgup pgdn 翻页

@zxdong262

<!-- gh-comment-id:945545178 --> @kai648846760 commented on GitHub (Oct 18, 2021): 这不是Bug 是tmux设定 如果要启动滚动条 按完前缀ctrl+B后,再按冒号:进入命令行模式, 输入以下命令: set -g mouse on 或者 ctrl + B ,直接使用pgup pgdn 翻页 @zxdong262
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#1438
No description provided.