+9
Multiple bindings for same key
SublimeText is awsome! Almost everything works "just right". However, one thing I miss from TextMate is to have several different commands bound to the same key, in which case a popup menu will display and let you select the command you want. Any plans to implement something similar in SublimeText? The number of plugins is growing and the number of available keys is limited, so please consider it.
Служба підтримки клієнтів працює на UserEcho
Multiple binding would allow something like this:
{ "keys": ["ctrl+/"], "command": "move", "args": {"by": "lines", "forward": true} },
{ "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } },
Flexibility calls for multiple binds.