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.

Zombo
  • 1
  • 62
  • 391
  • 407

2 Answers2

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.

kleinfreund
  • 6,546
  • 4
  • 30
  • 60
manojlds
  • 290,304
  • 63
  • 469
  • 417
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.