Remove colon and semicolon Sublime Text plugin

A plugin for sublime text which removes the characters ":" and ":" from selected text.

Usage

To add that plugin in sublime, insert in new plugin text from remove_colon_and_semilicon_command.py.

Add a keybinding like that: { "keys": ["ctrl+alt+s"], "command": "remove_colon_and_semilicon" }

Select the text and press "ctrl+alt+s".