使用VIM编写程序,发现切换头文件和代码文件很麻烦,发现一个好东西A.vim,具体使用参数如下:
A switches to the header file corresponding to the current file being edited (or vise versa)
:AS splits and switches
:AV vertical splits and switches
:AT new tab and switches
:AN cycles through matches
:IH switches to file under cursor
:IHS splits and switches
:IHV vertical splits and switches
:IHT new tab and switches
:IHN cycles through matches
<Leader>ih switches to file under cursor
<Leader>is switches to the alternate file of file under cursor (e.g. on <foo.h> switches to foo.cpp)
<Leader>ihn cycles through matches
下载地址如下:http://www.vim.org/scripts/script.php?script_id=31
下载后放到/usr/share/vim/vim61/plugin/就可以了,如果启动时候有错误,就下载一个老一点的版本.