如何使用 Git Bash 进行鼠标滚动?
使用Git Bash或MinGW Shell,如果我输入一个有很多输出的命令, 例如 env
,我无法鼠标滚动。然而,常规的旧命令提示符 (cmd.exe
) 窗口可以执行此操作。
Using Git Bash or MinGW Shell, if I put in a command with much output,
for example env
, I cannot mouse scroll. A regular old Command Prompt (cmd.exe
) window will do this however.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
启用快速编辑模式
现在您将能够使用鼠标滚动。
Enable Quick Edit mode
Now you will be able to scroll with mouse.
在最新版本的 git bash 中,您没有任何属性,例如快速编辑,但您的滚动也可能无法像我一样工作。
按
alt +空格
,然后单击选项
并转到窗口
,然后只需将滚动条位置从右更改为左,反之亦然即可会起作用的,至少对我有用。
In the latest version of the git bash you don't have any property such as Quick Edit but then too your scroll might not work as it was my case..
press
alt + space
then clickoptions
and go towindow
thenSimply change your scrollbar location from right to left or vice versa then it will work, at least worked for me.
Alt + 中键鼠标滚动对我有用。或者只使用向下箭头。
Alt + Middle Button Mouse Scroll works for me. Or just use the down arrow.