1

I have found a link that explains how to add a command to uninstall a package in the package control: How to remove a package in sublime text 2.

I need more elaboration on the answer in the link above.

I don't understand what Default.sublime-commands is or where to find it.

Also, if I were to try to find the directory where the packages are installed where is it located?

Community
  • 1
  • 1
Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82
  • 1
    What *specifically* don't you understand about the answer? You open the Command Palette, bring up `Package Control: Remove Package`, select the package you want to remove, and it's gone. You don't need `Default.sublime-commands`, that's only for plugin developers. – MattDMo Feb 10 '16 at 20:50

1 Answers1

3

The answer is simple.

On a Mac open package control and type: shift + cmd + p Then type: remove package

Should be self-explanatory from there.

Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82