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.
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.
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,
This disables all the git features instead only the featues for a SublimeMerge that is not installed.
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.
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.
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:
OverrideAudit: Create Override
from the command paletteDefault
, then Context.sublime-menu
sublime_merge
in the command nameSide Bar.sublime-menu
instead