ElixirSublime icon indicating copy to clipboard operation
ElixirSublime copied to clipboard

Key bindings to Mix

Open roehst opened this issue 8 years ago • 0 comments

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"]} }
]

roehst avatar Feb 23 '17 01:02 roehst