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-h 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-h to see the online manual of the content
a. Copy these files to runtimepath.(~/.vim,..)
b. Use vundle:
Plugin 'alvan/vim-php-manual'
c. Use other package manager.
Use another mapping for the online search:
let g:php_manual_online_search_shortcut = '<A-h>'