- Code: Select all
no command for selector: noop:
I've copied the code in ~/Library/Application Support/Sublime Text 2/Packages/User in a file named: close_tag.py
And added the following line to user key bindings:
- Code: Select all
{ "keys": ["ctrl+period"], "command": "close_tag" }
Am I missing something?