Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 953 Bytes

README_vim_3.7_plugin_a.md

File metadata and controls

36 lines (30 loc) · 953 Bytes

Vim 插件 a.vim

快速在 C/C++.h 文件和 .cpp 文件之间切换。

: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

a.vim


gg 回到文档顶部。

将光标移动到下面的文件名上,执行 gf 跳转。

目录

上一章

下一章

↑Back to Home↑