Skip to content

Commit

Permalink
* Fixed another typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zergu committed Aug 29, 2011
1 parent 481aefb commit 4ccbd26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Unpack all *.vim files and this README into `~/.vim/plugin/project-jumper/` dire
Usage
-----

Default shortucts work from Vim edit mode. To invoke a jump keep `ctrl` and `alt` and then type a key depending whare you're trying to jump to.
Default shortcuts work from Vim edit mode. To invoke a jump, keep `ctrl` and `alt` and then type a key depending whare you're trying to jump to.

Shortcuts are working only when current directory (you can check it with `:pwd` command) is from inside a project. Avoid using shortucts elsewhere cause it can do some heavy and unsuccessful file searching.

Default shortcuts
-----------------

Project project related:
Project related:

* `<C-M-t>` Root: Explore project main dir.
* `<C-M-m>` Model: Explore lib/model dir.
Expand All @@ -41,15 +41,15 @@ Project project related:
* `<C-M-q>` SQL: Explore data/sql dir.
* `<C-M-x>` Fixtures: Explore data/fixtures dir.

Application related (if your project has more that one application avaiable options are shown):
Application related (if your project has more that one application — available options are shown):

* `<C-M-c>` Controller: Edit actions.class.php when editing or exploring module templates.
* `<C-M-v>` View: While cursor is placed on function header tries to edit associaded view. If none could be found, explores views directory.
* `<C-M-y>` Layout: Edit $appname/templates/*layout*.php file (supports multiple options).
* `<C-M-o>` Modules: Explore $appname/modules dir.
* `<C-M-r>` Routing: Edit $appname/config/routing.yml file.
* `<C-M-g>` AppConfig: Edit $appname/config/app.yml file.
* `<C-M-a>` Application: Explore application maind dir.
* `<C-M-a>` Application: Explore application main dir.

Remapping shortucts
-------------------
Expand Down

0 comments on commit 4ccbd26

Please sign in to comment.