I want to make Gedit look like Textmate, and act like it too. I have read many tutorials on the net, but can't find an easy to follow guide. I am using Ubuntu 11.04 and would like to use it for Ruby on Rails and other web languages. I want only the core functions such as class/project browser and syntax highlighting. Can someone provide an easy to follow guide or point me in the right direction? Thanks a lot in advance!

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted
sudo apt-add-repository ppa:ubuntu-on-rails/ppa
sudo apt-get update
sudo apt-get install gedit-gmate

that should work

link|improve this answer
I have installed it, how do I actually use it? – asian_dude Jun 17 '11 at 14:52
go to plugin menu and verify all those plugs are activated, for details how to use each plugin/hotkeys you have to check the plugin documentation – Kossel Jun 17 '11 at 14:56
found it, thanks! – asian_dude Jun 17 '11 at 15:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.