1 Star 0 Fork 0

yangzhg/mimevim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
== WEBSITE == 

For more information http://code.google.com/p/vimcppide

== USAGE == 

What vimcppide can do.
    For c,cpp user:
    1) You can create source file from header,or on the contrary.
        Type :A
    2) YOu can have a reference to c.
        Press <leader>cr, <leader>cw, <leader>cc
        Note: by default <Leader> is \, e.g. press \cr to invoke C-reference        
    3) You can have a docbook to c++.
        Press <leader>tr
    4) You regenerate tag using ctags and then reset tags 
        Press <F7>
    5) You can have a ide-like style.(TagList, FileExplorer, BufferExplorer)
        Press <F4>
    6) You can have read man-page.
        Press M, you also can press K,but there is one chapter of man-page.
    7) You can have shell inside vim.
        Press F8
    8) You can open file-explorer.
        Press nt
    9) You can use TagList.
        Press tl
    10)You can compiler use gcc.
        Press <F5>
    11)You can comment and uncomment code.
        Use <C-c>
    12)After set right tags file, you can find function and variable defination.
        Press <C-]> or g,<C-]>
        find variable declare by press gD.
    13)You can use cscope.
        <C-\>
        <C-\>s
        <C-\>g
        <C-\>c
        <C-\>t
        <C-\>e
        <C-\>f
        <C-\>i
        <C-\>d


    14)You can use valgrind.
        Type :Valgrind to run valgrind with the specified options.

    15)You can use Doxygen inside vim.
        Type :Dox
             :DoxLic
             :DoxAuthor
        

    For fortran user:
    1) You regenerate tag using ctags and then reset tags 
        Press <F7>
    2) You can have a ide-like style.(TagList, FileExplorer, BufferExplorer)
        Press <F4>
    3) You can have read man-page.
        Press M, you also can press K,but there is one chapter of man-page.
    4) You can have shell inside vim.
        Press F8
    5) You can open file-explorer.
        Press nt
    6) You can use TagList.
        Press tl
    7)You can compiler use gfortran.
        Press <F5>
    8)You can comment and uncomment code.
        Use <C-c>
    9)After set right tags file, you can find function and variable defination.
        Press <C-]> or g,<C-]>
        find variable declare by press gD.

空文件

简介

Automatically exported from code.google.com/p/mimevim 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shadamao/mimevim.git
[email protected]:shadamao/mimevim.git
shadamao
mimevim
mimevim
master

搜索帮助