Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to zoom in and zoom out terminal console in linux [closed]

I am able to zoom in the Ubuntu Terminal by Pressing Ctrl - Shift and ++ . But I donot know how to zoom out the Ubuntu Terminal.

Is there any short-cuts available for doing so?

Command Prompt

like image 288
Deepak Keynes Avatar asked Sep 06 '25 14:09

Deepak Keynes


2 Answers

Try this following method:

  • Zoom In : Ctrl+Shift++
  • Zoom Out: Ctrl+-
  • Zoom 100%: Ctrl+0

Hope this helps!

like image 99
Kalanidhi Avatar answered Sep 08 '25 09:09

Kalanidhi


To zoom in do

ctrl Shift +

To zoom out do

ctrl -

like image 40
Prabhat Avatar answered Sep 08 '25 09:09

Prabhat