📅 2015-Apr-07 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ plugin, vim ⬩ 📚 Archive
The Alternate Files plugin for Vim is simply called A.vim. It does a single, but very useful job for C and C++ files: it allows you to switch or alternate back and forth between source and header files.
foo.cpp
source file and you type the command :A
, Vim opens the corresponding foo.h
header file. Vice versa.Tried with: Vim 7.4 and Ubuntu 14.04