Skip to content

Instantly share code, notes, and snippets.

@styx
Forked from knewter/.vimrc
Created May 26, 2014 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save styx/db405c834b306393d7a0 to your computer and use it in GitHub Desktop.
Save styx/db405c834b306393d7a0 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