简体   繁体   中英

How do I remove Sublime Merge integration from sublime text

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_status controls this:

    // 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,

It defaults to being turned on, but setting it to false and restarting Sublime will disable the general git support, which also stops the command palette entries from appearing, as well as the context menu entries.

Starting with sublime 4 build 4121 we can now just set:

"sublime_merge_path": null

This will remove sublime merge integration, while preserving general git support

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM