Sublime Forum

Disable SublimeMerge integration

#1

Is there a setting to disable the SublimeMerge integration (Menu, Commands).

It bugs me to get indirect ads for a product within a software i bought, without the chance to disable it.

2 Likes

#2

That is controlled by the following setting. If you disable it, the menu items will go away.

    // Shows git repository information next to files in sidebar and in
    // the status bar. Sublime Text has to be restarted for this to take
    // effect.
    "show_git_status": true,
1 Like

#3

This disables all the git features instead only the featues for a SublimeMerge that is not installed.

0 Likes

#4
0 Likes

#5

Where should I add this settings? How to open the settings file?

0 Likes

#6

Use Preferences > Settings from the menu and add it to your user settings on the right; this is just a standard preference that works like all other settings in Sublime.

0 Likes

Signs next to the file name -> what's meaning?
#7

I too would love to be able to use ST’s incremental diff features tailored to Git minus all these menu items that require installation of Sublime Merge.

0 Likes

#8

You can.

0 Likes

#9

I believe it’s been mentioned on the tracker in an issue that a way to remove these menu items for those that don’t want/need them (whether they have Merge or not) is on the radar, though I can’t find it at the moment.

In the meantime:

  1. Install OverrideAudit
  2. Choose OverrideAudit: Create Override from the command palette
  3. Choose Default, then Context.sublime-menu
  4. Delete the 4 lines with sublime_merge in the command name
  5. Save the file
  6. Repeat steps 2 through 5 again, but choose Side Bar.sublime-menu instead
1 Like

Disable Sublime Merge integration in Sublime Text 4