Skip to content

vim-scripts/phpmanual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Manual

This is php manual plugin for vim with help keyword doc.

You can do these with this plugin:

in normal mode,

  • press SHIFT-k to view the Explanation of the keyword under the cursor
  • press CTRL-ALT-k to see the online manual of the keyword under the cursor

in visual mode,

  • select content, and then press SHIFT-k to view the Explanation of the content
  • select content, and then press CTRL-ALT-k to see the online manual of the content

Install

a. Copy these files to runtimepath.(~/.vim,..)

b. Use vundle:

    Plugin 'alvan/vim-php-manual'

c. Use other package manager.

Screenshots

GVim PHP help doc: doc.png

About

PHP manual for vim, update to PHP5.5

Resources

Stars

Watchers

Forks

Packages

No packages published