Browse code

Add textmate aliases

Geoff Garside authored on 31/08/2009 at 12:59:16
Showing 1 changed files
... ...
@@ -27,4 +27,9 @@ alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
27 27
 bindkey '\ew' kill-region
28 28
 
29 29
 bindkey -s '\el' "ls\n"
30
-bindkey -s '\e.' "..\n"
31 30
\ No newline at end of file
31
+bindkey -s '\e.' "..\n"
32
+
33
+alias et='mate . &'
34
+alias ett='mate app config lib db public spec test Rakefile Capfile Todo &'
35
+alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
36
+alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'