Skip to content

alvan/vim-php-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published