Skip to content

Commit

Permalink
Add the git clone bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyho committed Nov 5, 2013
1 parent 0d62edc commit 3fe3f2c
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

----------

Expand Down

0 comments on commit 3fe3f2c

Please sign in to comment.