Skip to content

Commit

Permalink
Updated README and bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zergu committed Dec 20, 2011
1 parent 8e07196 commit ed6e26e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ Application related (if your project has more that one application available opt
* `<C-M-g>` AppConfig: Edit $appname/config/app.yml file.
* `<C-M-a>` Application: Explore application main dir.

Applications by alphabetical order

* `<M-1>` First app
* `<M-2>` Second app
* `<M-3>` Third app
*
* `<M-9>` Ninth app

Remapping shortucts
-------------------

Expand Down
3 changes: 1 addition & 2 deletions project-jumper.vim
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ function! JumperJump(target, ...)
" App main dir by number - explore (numbers assigned by
" alphabetical order)
elseif a:target == "application_num"
echo "dupa"
let l:results = s:AppFinder(l:maindir)
execute "Explore ".l:results[a:1]
execute "Explore ".l:results[a:1-1]
" App config - edit
elseif a:target == "appconfig"
let l:results = s:AppFinder(l:maindir)
Expand Down

0 comments on commit ed6e26e

Please sign in to comment.