Update: Turns out there is an option I overlooked in the config, so all that actually needs to happen is this line needs to be added to your sublime settings file "auto_close_tags": false
Sublime Text 3 auto closes tags when you use type </
which I don’t like since I’ve usually finished typing the tag name by the time the completion has run, so I disabled it using this key binding. You can’t use the usual `unbind` as the command because it disables your /
key.