From ec41b56d9e5e9955efd3c1a84939fbc9f68f6063 Mon Sep 17 00:00:00 2001 From: localheinz Date: Mon, 23 Jan 2012 15:36:46 -0800 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 95f9c80..f282f7f 100644 --- a/Plugins.md +++ b/Plugins.md @@ -372,7 +372,13 @@ After `rvm-update` (alias for `rvm get head; rvm reload`), run `rvm-link-complet ## textmate **Maintainer:** [robbyrussell][robbyrussell] -* textmate - aliases for opening rails apps without the cruft, also has *tm* function which cd's to the folder and opens mate +* `et` aliases `mate .` +* `ett` aliases `mate Gemfile app config features lib db public spec test Rakefile Capfile Todo` +* `etp` aliases `mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo` +* `etts` aliases `mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo` +* `mr` aliases `mate CHANGELOG app config db lib public script spec test` +* `tm [directory]` changes to specified directory and executes `mate .` + ## thor