I’m interested to trial RedCar in my life, instead of TextMate. So I need RedCar
to appear on my screen whenever I think “give me an editor”.
I’ve had m
bound to TextMate for years. I also have it set to my $EDITOR
variable, so it is launched by git commands, etc.
To change the default to RedCar, and to allow me to toggle between RedCar and TextMate, AND to allow me to use Edge RedCar (from source instead from a RubyGem).
This file comes from my editor.sh file which is loaded into all shell terminals.
I can change to TextMate with:
use_textmate
Back to RedCar (via gem) or RedCar (from source):
use_redcar_gem
use_redcar_dev
Related posts:
- Packaging TextMate bundles in OS X DMGs Last week Engine Yard released a CLI for their Engine...
- Validate and Save your Ruby in TextMate – with secret Rubinus superpowers In some TextMate bundles, if you save a file it...