Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git Bash (MinGW 64) v2.12.2 - how do I change the font size?

How can I change the font size for Git Bash?

This is the web site where I downloaded related application, click here.

like image 449
Arda Özceviz Avatar asked Apr 12 '17 19:04

Arda Özceviz


People also ask

How do I increase the font size in a bash script?

Normally, you cannot change the font size. The only thing, you usually can do, is changing color and sometimes the bold/underlined attribute. For this, you can use ANSI escape sequences. See e.g. bashguru.com/2010/01/shell-colors-colorizing-shell-scripts.html for some examples.

How do I increase font size in IDE?

If you need to quickly change the font size while in the editor, press Ctrl+Alt+S to open the IDE settings, go to Editor | General, and select Change font size with Command+Mouse Wheel or Change font size with Control+Mouse depending on your operating system.

How do I increase the font size in idle shell?

Go to the menu choice Options, then the only menu choice under that, Configure IDLE. On the left side of the window, about half way down the screen, you see Size: and a dropdown menu with a number in it. Click on that menu and make the number bigger, even as much as 22. Click on the Ok button.


1 Answers

  1. Right click in the upper left corner of the Git Bash window and choose "Options...":

    Enter image description here

  2. Click "Text" and "Select". Select an appropriate font size:

    Enter image description here

  3. Press OK and Save to keep the new settings.

like image 132
Peter Mortensen Avatar answered Oct 12 '22 01:10

Peter Mortensen