Vim users: here is a new vim plugin that does fast file navigation between lib/**/source.ex files and test/**/source_test.ex files in Mix projects.
https://github.com/andyl/vim-projectionist-elixir
Navigation commands include:
:A - open the alternate file
:AS - open the alternate file in a split window
:AV - open the alternate file in a vertical split
:AT - open the alternate file in a new tab
This plugin is based on Tim Pope’s vim-projectionist plugin.






















