Repository Address requested: http://git.oschina.net/eemcmc/kenvim
First, I would like to know how to submit files in oschina git?
Git add file Add the changes to the cache git commit submit file to local library add-M "submit information" Git push update local library to parent Library
git add .,git commit -m ‘‘.git push
Is it because of the integrated version of VIM configuration file in idea? Are you always entangled in the high-tech architecture of Vim? Are you always ridiculed by VIM and made up your mind to try to use Vim, however, I was not scared by the configuration of my father-in-the-middle. The documents in China were not hierarchical and copied from each other. I didn't know which one was right. So I made up my mind to complete it myself, now I want to open it to VIM, like me. I hope you don't have to worry about it. If you want to play it, you can modify it on the basis of me.
Installation steps:
1. decompress the downloaded file to your user directory, for example,/home/kenxu/softken/kenfiles/kenvim
Then
2. Create two soft links.
Ln-S/home/kenxu/softken/kenfiles/kenvim/vimfiles ~ /. Vim
Ln-S/home/kenxu/softken/kenfiles/kenvim/_ vimrc ~ /. Vimrc
If you have not installed ctags, manually install them, for example, centos sudo Yum install ctags.
Debian: sudo apt-Get install ctags
Startos: sudo yget -- install ctags
Repository code: http://git.oschina.net/eemcmc/kenvim
Baidu: http://yun.baidu.com/s/1ntjxD9J
= Ctags =
After compiling and installing the ctags at http://ctags.sourceforge.net/download the source code. The General Mark command is ctags-R. "-R" indicates recursive creation, which includes the source program under all subdirectories in the source code root directory.
The Code prompts the following shortcut keys:
Text on this page: Ctrl + N or Ctrl + P
Prompt PHP built-in function, you can Ctrl + X, CTRL + O
F10 switch directory tree
F5 check PHP syntax
F3 switching Buffer
F8 switchover taglist window
Added support for PHP namespaces
Add the corresponding tags file automatically generated when Vim is opened. In the directory, you only need to add vimscri
List several common shortcut keys
, Cu uncomment
, CC usage comments
Tags jump
CTRL +] Go to function declaration
CTRL + t return
: Help tags for help
See:
Http://vb2005xu.iteye.com/blog/2118919
Release your own Vim configuration project