Skip to content

Instantly share code, notes, and snippets.

@knewter
Created May 21, 2014 03:32
Show Gist options
  • Select an option

  • Save knewter/dc9607eb8f7de0c9114b to your computer and use it in GitHub Desktop.

Select an option

Save knewter/dc9607eb8f7de0c9114b to your computer and use it in GitHub Desktop.
augroup elixir
au!
au BufNewFile,BufRead *.ex,*.exs noremap <buffer> <leader>t :!mix test %<cr>
au BufNewFile,BufRead *_test.exs noremap <buffer> <leader>t :!mix test %<cr>
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment