Skip to content

Commit b1d3691

Browse files
committed
Plugin A.vim
A.vim (or "Alternate.vim") is a plugin for opening header files automatically. Say you're working on your 15-213 homework and you've got up the cache.c file. Simply type :AT to open up the alternate file (i.e., cache.h). It works in the other direction as well.
1 parent e7b27d1 commit b1d3691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimrc.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Plugin 'xolox/vim-misc'
2222
Plugin 'xolox/vim-easytags'
2323
Plugin 'majutsushi/tagbar'
2424
Plugin 'ctrlpvim/ctrlp.vim'
25+
Plugin 'vim-scripts/a.vim'
2526

2627
call vundle#end()
2728

0 commit comments

Comments
 (0)