ElixirSublime
ElixirSublime copied to clipboard
Key bindings to Mix
Hi, I use a few key bindings to help with Mix that fit really well in here.
[
{"command": "exec", "keys": ["alt+m", "alt+t"], "args": {"cmd": ["/usr/bin/mix", "test"]} },
{"command": "exec", "keys": ["alt+m", "alt+c"], "args": {"cmd": ["/usr/bin/mix", "compile"]} },
{"command": "exec", "keys": ["alt+m", "alt+g"], "args": {"cmd": ["/usr/bin/mix", "deps.get"]} }
]