alvan / vim-php-manual

PHP Manual for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Manual

This plugin enables PHP.net docs within Vim.

Keybindings

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 = ''

Install options

  • Copy these files to runtimepath. (~/.vim)
  • Add the following to your favorite plugin manager (Vundle):

Plugin 'alvan/vim-php-manual'

Screenshots

doc.png

About

PHP Manual for Vim


Languages

Language:PHP 66.4%Language:Vim Script 33.6%