NJichev / alter-vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alter.vim

A simple vim plugin that lets you switch fast between your code and test.

Goals

Try to target as many languages and their conventions.

Setup

Just use your favourite plugin manager :).

Using vim-plug is simple

Plug 'njichev/alter-vim'

or dein

call dein#add('njichev/alter-vim')

Add a mapping that suits you in your .vimrc or init.vim file:

nnoremap <leader>a :OpenTestAlternate<cr>

All credit should go to Gary Bernhardt.

About


Languages

Language:Vim Script 100.0%