Home

Awesome

CurtineIncSw.vim Build Status

Easily toggle between *.c* and *.h* buffers.

Description

Some assumptions:

Based on these assumptions, you should not need to reconfigure when you switch between repositories.

Installation

Copy CurtineIncSw.vim into your ~/.vim/plugin directory. Or :source CurtineIncSw.vim to load it into your running session.

You can set a keyboard shortcut if you want by placing something like:

  map <F5> :call CurtineIncSw()<CR>

in your ~/.vimrc file. Yes, the <CR> is literally there at the end as the four characters shown.

Installing with Vundle

Add Plugin 'ericcurtin/CurtineIncSw.vim' to your your plugin definitions in your .vimrc