Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 316 Bytes

vim-elixir-alternative-files

Vim script for alternating between test and implementation files for Elixir

Installation with Vundle:

Plugin 'renderedtext/vim-elixir-alternative-files'

Currently, you have to define a shortcut:

nnoremap <silent><leader><leader> :call ElixirAlternateFile()<cr>