Skip to content

Commit 9dc7536

Browse files
committed
Updated README
1 parent 3e4c07b commit 9dc7536

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)