Skip to content

Atom plugin for switching between a module and its tests in an elixir mix project

License

Notifications You must be signed in to change notification settings

valo/elixir-jump-around

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Atom plugin for switching between a module and its tests in an elixir mix project

Resources

License

Stars

Watchers

Forks

Packages

No packages published