1. Have you many tab_management.py files? Leave just one.
2. Try this from the console:
- Code: Select all
import sublimeplugin
sublimeplugin.windowCommands["closeAllOtherTabs"].run(view.window(), [''])
If it works, your problem should be with the key binding. If you get a KeyError, it means Sublime can't find the plugin.