Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to mouse scroll with Git Bash?

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.

like image 331
Zombo Avatar asked Feb 06 '12 05:02

Zombo


People also ask

How do I move up and down in Git bash?

Up-arrow and down-arrow are the same as Ctrl-P and Ctrl-N.


1 Answers

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.

like image 77
manojlds Avatar answered Sep 20 '22 17:09

manojlds