Skip to content

Commit

Permalink
Plugin A.vim
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jez committed Nov 12, 2016
1 parent e7b27d1 commit b1d3691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Plugin 'xolox/vim-misc'
Plugin 'xolox/vim-easytags'
Plugin 'majutsushi/tagbar'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'vim-scripts/a.vim'

call vundle#end()

Expand Down

1 comment on commit b1d3691

@jez
Copy link
Owner Author

@jez jez commented on b1d3691 Nov 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.