elixir-jump-around

Jump between modules and tests in an elixir mix projects

valo

541

1

0.3.1

MIT

GitHub

elixir-jump-around package

Build Status

A plugin which allows to jump between the module and its tests in a mix project. By default the keybinding for the toggle is with Alt-g Alt-t (mnemonic for "Goto Test").

If you want to change the default shortcut you can open Atom -> Keymap and enter the following:

'atom-text-editor[data-grammar="source elixir"]':
  "alt-g alt-b": "elixir-jump-around:toggle-test-file"

This is going to change the shortcut to be Alt-g Alt-b