It’s only a prototype at the moment as I have never touched python before but will keep adding what I need.
Thought I’d post it as it could still be usable in some shape or form to someone at this stage and to see if there where any feature requests and ideas.
All it does is add a context barrier and a toggle command to control which barrier to disable.
No setup required (except plugin install). Just start assigning keybindings to any context barrier name and assign a toggle button.
[code]Toggle:
{“keys”:“whatever”], “command”:“multibind_toggle”, “args”:{ “layout”: “BARRIERNAME” }}
Barrier:
… “context”: {“key”:“multibind.BARRIERNAME”}] …[/code]
Developed and tested on ST3
Install:
Only manual available at this moment
Examples:
There are usage examples on github
Update (30.04.2013):
another example added. Tired atm so see reply for now.
http://www.sublimetext.com/forum/viewtopic.php?f=5&t=11625&p=47939#p47939