# mimevim **Repository Path**: shadamao/mimevim ## Basic Information - **Project Name**: mimevim - **Description**: Automatically exported from code.google.com/p/mimevim - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 cr, cw, cc Note: by default is \, e.g. press \cr to invoke C-reference 3) You can have a docbook to c++. Press tr 4) You regenerate tag using ctags and then reset tags Press 5) You can have a ide-like style.(TagList, FileExplorer, BufferExplorer) Press 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 11)You can comment and uncomment code. Use 12)After set right tags file, you can find function and variable defination. Press or g, find variable declare by press gD. 13)You can use cscope. s g c t e f i 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 2) You can have a ide-like style.(TagList, FileExplorer, BufferExplorer) Press 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 8)You can comment and uncomment code. Use 9)After set right tags file, you can find function and variable defination. Press or g, find variable declare by press gD.