Skip to content

Instantly share code, notes, and snippets.

@ldong
Created September 30, 2015 21:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldong/bf6772bc65af3251e8c8 to your computer and use it in GitHub Desktop.
Save ldong/bf6772bc65af3251e8c8 to your computer and use it in GitHub Desktop.
Change Git: Change DiffMerge Font-Size on Mac OSX

Git: Change DiffMerge Font-Size on Mac OSX

open -e ~/Library/Preferences/SourceGear\ DiffMerge\ Preferences

Append this to it

[File]
Font=22:76:consolas

Save and restart DiffMerge tool

Reference

Git: Change DiffMerge Font-Size on Mac OSX

@drveresh
Copy link

The issue is still there with latest version 4.3.1.

This option seem to be no more available or applicable in latest of its version or latest 10.6+ Mac OS. That path is no more exist after installation of latest DiffMerge.

Let me know if anybody finds a different path.

@sarnobat
Copy link

sarnobat commented Jan 5, 2023

It works for me on 4.2.1 with Mac OS 13.0.1

I'm using Font=13:96:monaco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment