File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,16 @@ To utilise PHP QA some prerequisites must be installed:
5353* ` sudo pear install PHP_CodeSniffer `
5454* ` sudo pear channel-discover pear.phpmd.org `
5555* ` sudo pear install phpmd/PHP_PMD-1.5.0 `
56+
57+ ####Omnicomplete
58+ The configuration use phpcomplete-extended for additional omnicomplete settings.
59+ The package is useful in retrieving omnicomplete data for composer (i.e Laravel) projetcts although is not neccesary with ctags.
60+ You can remove this package by deleting the Plugin from ` .vimrc ` , if not you will be asked to scan the composer classmaps on initially starting vim.
61+
62+ ##Key maps
63+ | Key | Function |
64+ | --- | --- |
65+ | <kbd >CTRL</kbd >+<kbd >s</kbd > | Save |
66+ | <kbd >CTRL</kbd >+<kbd >x</kbd > | Exit the current buffer |
67+ | <kbd >CTRL</kbd >+<kbd >e</kbd > | Open the NERDTree |
68+
You can’t perform that action at this time.
0 commit comments