From 3fe3f2c6b88ce99bf39ec6f5e417d9ed463453df Mon Sep 17 00:00:00 2001 From: tonyho Date: Tue, 5 Nov 2013 13:46:16 +0800 Subject: [PATCH] Add the git clone bundle --- README.md | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e08a6e5..75cb1ce 100755 --- a/README.md +++ b/README.md @@ -1,25 +1,27 @@ -Vim/Gvim -=== - +Vim/Gvim +=== + I found this vim package in[ Here](http://www.oschina.net/code/snippet_574132_13357 "OSChina") and I modify some of the configurations and Add two registry file to add two entry (`open in gvim tab` and `Open with gvim`) in Windows right click context menu. ---------- - -# For Windows: # -1. After clone the this repo, move this repo directory to where you want to place. -2. Add the path to system environment variable[path], if you want to using the ctags and cscope. -3. Modify the path string where store the gvim.exe in registry file `EditWithVim-tab.reg` and `EditWithVim.reg`. The default is `D:\\software\\gVimPortable\\vim73\\gvim.exe\` -4. Double click the registry files to merge them to system. As the registry file name imply, each of them will add a enty in right click context menu. - -# For Linux # - -1. Clone this repo. -2. Install the vim(or gvim) using the proper commands, for example in Ubuntu: `sudo apt-get install vim` -3. Install the cscope, ctags and taglist plugin. -4. Move the _vimrc file to you home directory, and rename it to .vimrc -5. Move the vimfiles directory to you home directory, and rename it to .vim -# For Cygwin # -These is no much different between cygwin and linux to use vim. + +# For Windows: # +1. After clone the this repo, move this repo directory to where you want to place. +2. Add the path to system environment variable[path], if you want to using the ctags and cscope. +3. Modify the path string where store the gvim.exe in registry file `EditWithVim-tab.reg` and `EditWithVim.reg`. The default is `D:\\software\\gVimPortable\\vim73\\gvim.exe\` +4. Double click the registry files to merge them to system. As the registry file name imply, each of them will add a enty in right click context menu. + +# For Linux # + +1. Clone this repo. +2. Install the vim(or gvim) using the proper commands, for example in Ubuntu: `sudo apt-get install vim` +3. Install the cscope, ctags and taglist plugin. +4. Move the _vimrc file to you home directory, and rename it to .vimrc +5. Move the vimfiles directory to you home directory, and rename it to .vim,then clone the vundle: + + `git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle` +# For Cygwin # +These is no much different between cygwin and linux to use vim. ----------