How to mouse scroll with Git Bash?
Asked Answered
A

2

49

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.

Amery answered 6/2, 2012 at 5:23 Comment(0)
K
86

Enable Quick Edit mode

  • Open Properties: AltSpace, then P (for properties)
  • Under Options tab > Edit Options > Check Quick Edit > Hit OK

Now you will be able to scroll with mouse.

Kerk answered 6/2, 2012 at 5:41 Comment(1)
To permanently enable Quick Edit, open Properties from the Git Bash program shortcut.Departure
C
1

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 click options and go to window then

  • Simply change your scrollbar location from right to left or vice versa then it will work, at least worked for me.

Condense answered 1/3, 2022 at 3:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.