Skip to content

Instantly share code, notes, and snippets.

@knewter
Created May 21, 2014 03:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save knewter/dc9607eb8f7de0c9114b to your computer and use it in GitHub Desktop.
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