This plugin enables PHP.net docs within Vim.
The following keybindings are default:
- SHIFT-k open manual page within Vim. (default keybinding for !man)
- CTRL-h open the manual page in PHP.net (in your fav. browser)
You can overwrite the CTRL-h keybinding with the following setting:
let g:php_manual_online_search_shortcut = ''
- Copy these files to runtimepath. (~/.vim)
- Add the following to your favorite plugin manager (Vundle):
Plugin 'alvan/vim-php-manual'