1

You may change the font settings of a gitk window by making changes in Edit->Preferences. But these settings are reflected only for that session of gitk.

How can I persist the font settings for all further sessions?

Pac0
  • 21,465
  • 8
  • 65
  • 74
Jisha
  • 55
  • 1
  • 7

1 Answers1

1

You should see, when you quit gitk, a setting file created/updated in:

%HOMEPATH%\.config/git/gitk

It will include a line like:

set mainfont {{Calibri Light} 9}

Those settings will persists across sessions.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250