Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off syntax highlighting in Mobaxterm

Tags:

mobaxterm

Mobaxterm always enables syntax highlighting, like this:

enter image description here

The ip and error message are colored, which I don't want.

I want to turn off syntax highlighting, but I cannot find the way. Setting default syntax highlighting to NONE is not working, and the official documentation is also blank for it.

Any suggestions on how to turn it off?

like image 309
libgcc Avatar asked Oct 21 '25 06:10

libgcc


1 Answers

Found out how.

Changing the settins at a global level is not enough. You also have to edit the session properties itself, under tab "terminal settings", at the bottom, there is a selection for 'Terminal colors scheme', set this to Default and set "Syntax highlighting" to 'None' The next time the session starts the coloured ip-numbers are gone!