Skip to content

Commit 60094ba

Browse files
committed
Remove navigation command table
See wiki page instead: https://github.com/noahfrederick/vim-laravel/wiki/Navigation-Commands
1 parent ca5f4e4 commit 60094ba

File tree

1 file changed

+4
-34
lines changed

1 file changed

+4
-34
lines changed

README.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -14,44 +14,14 @@ Vim support for [Laravel/Lumen 5+][laravel] projects.
1414
## Features
1515

1616
* The `:Artisan` command wraps `!php artisan` with intelligent completion.
17-
* Automatically edit new files generated by `:Artisan make:*` commands.
18-
* Navigation commands (requires [projectionist.vim][projectionist]):
19-
20-
| Command | Applies to... |
21-
|-----------------------|--------------------------------|
22-
| `:{E,S,V,T}asset` | Anything under `assets/` |
23-
| `:Ebootstrap` | Bootstrap files in `bootstrap/`|
24-
| `:Echannel` | Broadcast channels |
25-
| `:Ecommand` | Console commands |
26-
| `:Econfig` | Configuration files |
27-
| `:Econtroller` | HTTP controllers |
28-
| `:Edoc` | The `README.md` file |
29-
| `:Eenv` | Your `.env` and `.env.example` |
30-
| `:Eevent` | Events |
31-
| `:Eexception` | Exceptions |
32-
| `:Efactory` | Model factories |
33-
| `:Ejob` | Jobs |
34-
| `:Elanguage` | Messages/translations |
35-
| `:Elib` | All class files under `app/` |
36-
| `:Elistener` | Event listeners |
37-
| `:Email` | Mailables |
38-
| `:Emiddleware` | HTTP middleware |
39-
| `:Emigration` | Database migrations |
40-
| `:Enotification` | Notifications |
41-
| `:Epolicy` | Auth policies |
42-
| `:Eprovider` | Service providers |
43-
| `:Erequest` | HTTP form requests |
44-
| `:Eresource` | HTTP resources |
45-
| `:Eroutes` | HTTP routes files |
46-
| `:Erule` | Validation rules |
47-
| `:Eseeder` | Database seeders |
48-
| `:Etest` | All class files under `tests/` |
49-
| `:Eview` | Blade templates |
50-
17+
* Automatically load new files generated by `:Artisan make:*` commands into a buffer.
18+
* Navigation commands such as `:Econtroller`, `:Eroutes`, `:Etest` and [many more][wiki-navigation].
5119
* Enhanced `gf` command works on class names, template names, config and translation keys.
5220
* Complete view/route names in insert mode.
5321
* Use `:Console` to fire up a REPL (`artisan tinker`).
5422

23+
[wiki-navigation]: https://github.com/noahfrederick/vim-laravel/wiki/Navigation-Commands
24+
5525
## Installation
5626

5727
Laravel.vim has optional dependencies on [composer.vim][vim-composer],

0 commit comments

Comments
 (0)