Adding new stuff
This commit is contained in:
parent
39ee792ad4
commit
a410da0e04
722 changed files with 331 additions and 189 deletions
29
vim-plugins/bundle/eclim/doc/vim/php/index.txt
Normal file
29
vim-plugins/bundle/eclim/doc/vim/php/index.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
*vim-php-index.html*
|
||||
|
||||
Php
|
||||
***
|
||||
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
- Php Build Path (vim-php-buildpath)
|
||||
- Php Code Completion (vim-php-complete)
|
||||
- Php Validation (vim-php-validate)
|
||||
- Php Search (vim-php-search)
|
||||
|
||||
Suggested Mappings
|
||||
==================
|
||||
|
||||
Here are some mappings for the php funtionality provided by eclim. To
|
||||
make use of these mappings, simply create a ftplugin file for php and
|
||||
place your mappings there (:help ftplugin-name).
|
||||
|
||||
- The following mapping allows you to simply hit <enter> on an
|
||||
element to perform a search to find it.
|
||||
>
|
||||
nnoremap <silent> <buffer> <cr> :PhpSearchContext<cr>
|
||||
|
||||
<
|
||||
|
||||
vim:ft=eclimhelp
|
||||
Loading…
Add table
Add a link
Reference in a new issue