个人vim插件
目录 |
1 a 31
页面:http://www.vim.org/scripts/script.php?script_id=31
描述:在头文件和源文件之间切换。
用法:
: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
2 echofunc 1735
页面:http://www.vim.org/scripts/script.php?script_id=1735
使用:
When you type '(' after a function name in insert mode, the function declaration will be displayed in the command line automatically. Then you may use Alt+- and Alt+= (configurable via EchoFuncKeyPrev and EchoFuncKeyNext) to cycle between function declarations (if exists).
Another feature is to provide a balloon tip when the mouse cursor hovers a function name, macro name, etc. This works with when +balloon_eval is compiled in.
3 a
页面:http://www.vim.org/scripts/script.php?script_id=31
4 a
页面:http://www.vim.org/scripts/script.php?script_id=31
5 a
页面:http://www.vim.org/scripts/script.php?script_id=31
6 a
页面:http://www.vim.org/scripts/script.php?script_id=31
7 a
页面:http://www.vim.org/scripts/script.php?script_id=31
8 a
页面:http://www.vim.org/scripts/script.php?script_id=31
9 a
页面:http://www.vim.org/scripts/script.php?script_id=31
10 a
页面:http://www.vim.org/scripts/script.php?script_id=31
11 a
页面:http://www.vim.org/scripts/script.php?script_id=31
12 a
页面:http://www.vim.org/scripts/script.php?script_id=31
13 a
页面:http://www.vim.org/scripts/script.php?script_id=31