I simply don't want them, prefer the git command line, but they are added to my commands as if they were installed, even if I never installed sublime merge.
Is there a way to remove them completly from sublime text command panel?
I simply don't want them, prefer the git command line, but they are added to my commands as if they were installed, even if I never installed sublime merge.
Is there a way to remove them completly from sublime text command panel?
The setting
show_git_statuscontrols this:It defaults to being turned on, but setting it to
falseand restarting Sublime will disable the general git support, which also stops the command palette entries from appearing, as well as the context menu entries.