My favorites | Sign in
Logo
                
People details
Project owners:
  KarasAya, yujianrong
Project committers:
aiirr.fu, davidguyu

exVim

Intro


exVim is the core part of exDev, which is a develop package help you develop project as a IDE like environment but all in vim.

The exVim consists of several vim scripts and external tools. The goal is let the vim be the base platform, and use the vim script doing those IDE like operations just in vim as possible as it can. But if a task is too difficult to write in vim script, it still have chance to invoke external tools and bring the result back to vim.

The ex-plugins is designed to achieve these tasks, it manages the layout of the windows in vim, controls the external tools, save settings in different project and so on. Also exVim introduce several great plugins in vim-scripts website, and do some small changes to let them work together without conflicts.

With exVim you can:

What's New


Index


  1. Overview
  2. Start In 5 Minutes
  3. Install exVim
  4. Getting Start
  5. Setup vimentry
  6. Using project window
  7. Search Tags & Symbols
  8. Using Global Search
  9. Understanding Jump Stack
  10. Using Macro Highlight
  11. Read & Write Code Quickly
  12. Create and Compile a gcc/vs.net Project in exVim
  13. Details Of ex-plugins
    1. exUtility
    2. exEnvironment
    3. exProject
    4. exBufExplorer
    5. exTagSelect
    6. exSymbolTable
    7. exGlobalSearch
    8. exJumpStack
    9. exQuickFix
    10. exMacroHighlight
    11. exCscope
    12. exMarksBrowser
    13. exSearchComplete
  14. Details Of patched-plugins
    1. MiniBufExpl
    2. ShowMarks
    3. TagList
    4. LookupFile
    5. visual-studio
    6. EchoFunc
  15. Other vim plugins
    1. vimwiki
    2. surround
    3. EnhancedCommentify
    4. cmdline-complete
    5. visincr
    6. OmniCppComplete
  16. Tips & Tricks
  17. Known Issues
  18. FAQ
  19. ChangeLog
  20. Misc
  21. About

exVim Easy Edition


The exVim Easy Edition is a branch version create by Yu Jian Rong. It is a custom version which aim in ease the complex key mapping of exVim. It provide online help in each ex-plugin so that user don't need to remember too much key mapping at one time. But since the mapping of the key is different with the official exVim, the operation are not consist with the document in the exVim web-site.

More details check http://code.google.com/p/exvimeasy/

Links


Vote exVim if you love it


I do exVim in my free time, if you love this project, vote it in the vim's official website: http://www.vim.org/scripts/script.php?script_id=2627









Hosted by Google Code